diff options
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 |