From 3bce4a6a8648c91b6ddea478116b3b0679ef4648 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Thu, 17 Dec 2015 10:54:24 +0100 Subject: Final modifications for Radio-Audio API communication Signed-off-by: Manuel Bachmann --- plugins/audio/audio-api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/audio/audio-api.h') diff --git a/plugins/audio/audio-api.h b/plugins/audio/audio-api.h index 8acb1bd8..1cf54fc0 100644 --- a/plugins/audio/audio-api.h +++ b/plugins/audio/audio-api.h @@ -22,9 +22,9 @@ #include "audio-alsa.h" /* global plugin handle, should store everything we may need */ -typedef struct { +/*typedef struct { int devCount; -} pluginHandleT; +} pluginHandleT;*/ /* structure holding one audio card with current usage status */ typedef struct { -- cgit 1.2.3-korg