8b #ifndef AUDIO_H #define AUDIO_H int open_audio(char *device); int config_audio(int bits, int channels, int samprate); #endif . 0