diff options
Diffstat (limited to 'hw/aud.h')
-rw-r--r-- | hw/aud.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/hw/aud.h b/hw/aud.h deleted file mode 100644 index 974646a..0000000 --- a/hw/aud.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef __RADIOLA_AUD_H -#define __RADIOLA_AUD_H -#include "../config.h" - -#include <stdio.h> -#include <stdlib.h> -#include <stdint.h> - -#if def(OS_LINUX) -#include <alsa/asoundlib.h> -#endif -int audio_get_devices(); - -#endif |