diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-10-07 19:36:19 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-10-07 19:36:19 +0100 |
commit | e1fd164e62c2dfbd08d0d4699a723cace40d0e8c (patch) | |
tree | 2e845ca8f7512e53cec1cc636578f000ffbd00e6 /hw/aud.h | |
parent | 21c34937937f27a89290f4377b4ff1801079e6ec (diff) | |
download | radiola-e1fd164e62c2dfbd08d0d4699a723cace40d0e8c.tar.gz radiola-e1fd164e62c2dfbd08d0d4699a723cace40d0e8c.zip |
Primitive audio device detection added
Diffstat (limited to 'hw/aud.h')
-rw-r--r-- | hw/aud.h | 11 |
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 |