summaryrefslogtreecommitdiff
path: root/hw/aud.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-12-21 18:32:50 +0000
committerFreeArtMan <dos21h@gmail.com>2015-12-21 18:32:50 +0000
commit8900b3c75142c9701657f20b307d70f106cc3697 (patch)
tree2163fb380a5f66ebe2962a7dd99ee546419bb3d4 /hw/aud.c
parent9381ae971066a42ad00def424c29370ced09eb60 (diff)
downloadradiola-8900b3c75142c9701657f20b307d70f106cc3697.tar.gz
radiola-8900b3c75142c9701657f20b307d70f106cc3697.zip
Add NetBSD support files and config_bsd.h to be compatible with NetBSD
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