summaryrefslogtreecommitdiff
path: root/firmware/export/xduoolinux_codec.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-25 19:01:57 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-26 00:12:54 +0000
commit39a0d8bf86da56b9725682c25aa9fd76e91badad (patch)
tree6ae850f23f386ca780285e8228e8ae80f659ff77 /firmware/export/xduoolinux_codec.h
parent49c4577fa62db5a7d18b01c3e2a3eac205fb1892 (diff)
downloadrockbox-39a0d8bf86da56b9725682c25aa9fd76e91badad.tar.gz
rockbox-39a0d8bf86da56b9725682c25aa9fd76e91badad.zip
x3ii/x20/rocker: Fix volume scaling.
Change-Id: Ie70d709b4c18f16cdd67aa05d9183b4ace2e66b4
Diffstat (limited to 'firmware/export/xduoolinux_codec.h')
-rw-r--r--firmware/export/xduoolinux_codec.h2
1 files changed, 1 insertions, 1 deletions
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)
5AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -127, 0, -30) 5AUDIOHW_SETTING(VOLUME, "dB", 1, 5, -102*10, 0, -30*10)
6AUDIOHW_SETTING(FILTER_ROLL_OFF, "", 0, 1, 0, 4, 0) 6AUDIOHW_SETTING(FILTER_ROLL_OFF, "", 0, 1, 0, 4, 0)
7#endif 7#endif
8 8