2020-10-08 13:47:40 +00:00
|
|
|
#ifndef __EROSQLINUX_CODEC__
|
|
|
|
#define __EROSQLINUX_CODEC__
|
|
|
|
|
|
|
|
#define AUDIOHW_CAPS (LINEOUT_CAP)
|
|
|
|
|
2021-04-14 01:59:45 +00:00
|
|
|
AUDIOHW_SETTING(VOLUME, "dB", 0, 2, -74, 0, -40)
|
2020-10-08 13:47:40 +00:00
|
|
|
|
2020-10-12 15:09:55 +00:00
|
|
|
//#define AUDIOHW_NEEDS_INITIAL_UNMUTE
|
2020-10-08 13:47:40 +00:00
|
|
|
|
|
|
|
void audiohw_mute(int mute);
|
|
|
|
void erosq_set_output(int ps);
|
|
|
|
int erosq_get_outputs(void);
|
|
|
|
|
|
|
|
#endif
|