1 2 3 4 5 6 7 8 9 10 11 12 13 14
#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