summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-01-23 19:28:26 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-01-23 19:28:26 +0000
commit934e6f0bfa59b5e83bb82402c6f2376f3f3b767b (patch)
tree7b5086549a85086520b5d62fbf7b45f3ba2d3528 /firmware/export
parent868c34f0a87c34c87fd73cf23e89dc3e5929d88c (diff)
downloadrockbox-934e6f0bfa59b5e83bb82402c6f2376f3f3b767b.tar.gz
rockbox-934e6f0bfa59b5e83bb82402c6f2376f3f3b767b.zip
Commit FS#10082, enlarge volume control range for WM8758. This will enable volume control down to -90 dB for iPod Video targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24318 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/wm8758.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/wm8758.h b/firmware/export/wm8758.h
index 29304b8794..9d1a938162 100644
--- a/firmware/export/wm8758.h
+++ b/firmware/export/wm8758.h
@@ -23,7 +23,7 @@
23#define _WM8758_H 23#define _WM8758_H
24 24
25/* volume/balance/treble/bass interdependency */ 25/* volume/balance/treble/bass interdependency */
26#define VOLUME_MIN -570 26#define VOLUME_MIN -890
27#define VOLUME_MAX 60 27#define VOLUME_MAX 60
28 28
29#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | BASS_CUTOFF_CAP | TREBLE_CUTOFF_CAP) 29#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | BASS_CUTOFF_CAP | TREBLE_CUTOFF_CAP)