summaryrefslogtreecommitdiffstats
path: root/gui/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/interface.c')
-rw-r--r--gui/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/interface.c b/gui/interface.c
index 3b0cd78066..d33810a53d 100644
--- a/gui/interface.c
+++ b/gui/interface.c
@@ -842,7 +842,7 @@ int guiGetEvent( int type,char * arg )
free(tmp);
}
#endif
-#if defined(CONFIG_ALSA9) || defined (CONFIG_ALSA1X)
+#ifdef CONFIG_ALSA
if ( audio_driver_list && !gstrncmp( audio_driver_list[0],"alsa",4 ) )
{
char *tmp;