2017-04-27 09:36:40 +00:00
|
|
|
#ifndef __ROCKER_CODEC__
|
|
|
|
#define __ROCKER_CODEC__
|
|
|
|
|
|
|
|
#define AUDIOHW_CAPS 0
|
2020-10-26 01:00:50 +00:00
|
|
|
AUDIOHW_SETTING(VOLUME, "dB", 1, 5, -115*10, 0, -30*10)
|
2017-04-27 09:36:40 +00:00
|
|
|
#endif
|
2020-10-01 02:12:35 +00:00
|
|
|
|
2020-10-31 00:30:27 +00:00
|
|
|
//#define AUDIOHW_MUTE_ON_STOP
|
2020-10-26 01:00:50 +00:00
|
|
|
//#define AUDIOHW_NEEDS_INITIAL_UNMUTE
|
|
|
|
|
|
|
|
/* Note: Due to Kernel bug, we can't use MUTE_ON_PAUSE with backlight fading */
|
2020-10-03 13:19:12 +00:00
|
|
|
|
2020-10-01 02:12:35 +00:00
|
|
|
void audiohw_mute(int mute);
|