diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/rocker_codec.h | 2 | ||||
-rw-r--r-- | firmware/export/xduoolinux_codec.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/rocker_codec.h b/firmware/export/rocker_codec.h index 428fd7e890..48e280a4e4 100644 --- a/firmware/export/rocker_codec.h +++ b/firmware/export/rocker_codec.h | |||
@@ -2,7 +2,7 @@ | |||
2 | #define __ROCKER_CODEC__ | 2 | #define __ROCKER_CODEC__ |
3 | 3 | ||
4 | #define AUDIOHW_CAPS 0 | 4 | #define AUDIOHW_CAPS 0 |
5 | AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -127, 0, -30) | 5 | AUDIOHW_SETTING(VOLUME, "dB", 1, 5, -102*10, 0, -30*10) |
6 | #endif | 6 | #endif |
7 | 7 | ||
8 | #define AUDIOHW_MUTE_ON_PAUSE | 8 | #define AUDIOHW_MUTE_ON_PAUSE |
diff --git a/firmware/export/xduoolinux_codec.h b/firmware/export/xduoolinux_codec.h index cc401555ef..744be58e30 100644 --- a/firmware/export/xduoolinux_codec.h +++ b/firmware/export/xduoolinux_codec.h | |||
@@ -2,7 +2,7 @@ | |||
2 | #define __XDUOOLINUX_CODEC__ | 2 | #define __XDUOOLINUX_CODEC__ |
3 | 3 | ||
4 | #define AUDIOHW_CAPS (LINEOUT_CAP | FILTER_ROLL_OFF_CAP) | 4 | #define AUDIOHW_CAPS (LINEOUT_CAP | FILTER_ROLL_OFF_CAP) |
5 | AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -127, 0, -30) | 5 | AUDIOHW_SETTING(VOLUME, "dB", 1, 5, -102*10, 0, -30*10) |
6 | AUDIOHW_SETTING(FILTER_ROLL_OFF, "", 0, 1, 0, 4, 0) | 6 | AUDIOHW_SETTING(FILTER_ROLL_OFF, "", 0, 1, 0, 4, 0) |
7 | #endif | 7 | #endif |
8 | 8 | ||