summaryrefslogtreecommitdiff
path: root/hw/aud.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/aud.c')
-rw-r--r--hw/aud.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/aud.c b/hw/aud.c
index a1379c6..4c51dcc 100644
--- a/hw/aud.c
+++ b/hw/aud.c
@@ -1,5 +1,6 @@
#include "aud.h"
+#if defined(OS_LINUX)
//harc-copy from aplay.c static void device_list(void)
int audio_get_devices()
{
@@ -73,3 +74,4 @@ int audio_get_devices()
}
return 0;
}
+#endif