summaryrefslogtreecommitdiff
path: root/hw/aud.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-10-07 19:36:19 +0100
committerFreeArtMan <dos21h@gmail.com>2015-10-07 19:36:19 +0100
commite1fd164e62c2dfbd08d0d4699a723cace40d0e8c (patch)
tree2e845ca8f7512e53cec1cc636578f000ffbd00e6 /hw/aud.h
parent21c34937937f27a89290f4377b4ff1801079e6ec (diff)
downloadradiola-e1fd164e62c2dfbd08d0d4699a723cace40d0e8c.tar.gz
radiola-e1fd164e62c2dfbd08d0d4699a723cace40d0e8c.zip
Primitive audio device detection added
Diffstat (limited to 'hw/aud.h')
-rw-r--r--hw/aud.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/hw/aud.h b/hw/aud.h
new file mode 100644
index 0000000..500fe18
--- /dev/null
+++ b/hw/aud.h
@@ -0,0 +1,11 @@
+#ifndef __RADIOLA_AUD_H
+#define __RADIOLA_AUD_H
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdint.h>
+#include <alsa/asoundlib.h>
+
+int audio_get_devices();
+
+#endif \ No newline at end of file