summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/rocker_codec.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/export/rocker_codec.h b/firmware/export/rocker_codec.h
index 48e280a4e4..c1ee7b87bc 100644
--- a/firmware/export/rocker_codec.h
+++ b/firmware/export/rocker_codec.h
@@ -2,9 +2,12 @@
2#define __ROCKER_CODEC__ 2#define __ROCKER_CODEC__
3 3
4#define AUDIOHW_CAPS 0 4#define AUDIOHW_CAPS 0
5AUDIOHW_SETTING(VOLUME, "dB", 1, 5, -102*10, 0, -30*10) 5AUDIOHW_SETTING(VOLUME, "dB", 1, 5, -115*10, 0, -30*10)
6#endif 6#endif
7 7
8#define AUDIOHW_MUTE_ON_PAUSE 8//#define AUDIOHW_MUTE_ON_PAUSE
9//#define AUDIOHW_NEEDS_INITIAL_UNMUTE
10
11/* Note: Due to Kernel bug, we can't use MUTE_ON_PAUSE with backlight fading */
9 12
10void audiohw_mute(int mute); 13void audiohw_mute(int mute);