summaryrefslogtreecommitdiff
path: root/firmware/export/wm8985.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-05-15 14:16:35 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-05-15 14:16:35 +0000
commite73a175d6d73f3241e157c416c1f03cab241e0e1 (patch)
treeb72dee1e01a24a6d24a4db6715b5c7b00d8fe453 /firmware/export/wm8985.h
parent5508d40d4bf582caaabb59ef1346b982948dcf2d (diff)
downloadrockbox-e73a175d6d73f3241e157c416c1f03cab241e0e1.tar.gz
rockbox-e73a175d6d73f3241e157c416c1f03cab241e0e1.zip
Hopefully finish off the red from r26051.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26053 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/wm8985.h')
-rw-r--r--firmware/export/wm8985.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/wm8985.h b/firmware/export/wm8985.h
index 5d036a672f..c6b8e3825f 100644
--- a/firmware/export/wm8985.h
+++ b/firmware/export/wm8985.h
@@ -26,7 +26,13 @@
26#define VOLUME_MIN -570 26#define VOLUME_MIN -570
27#define VOLUME_MAX 60 27#define VOLUME_MAX 60
28 28
29#ifdef COWON_D2
30/* FIXME: somehow something was out of sync in the .lang, settings and caps. Keep the
31 * cutoffs disabled until someone with the device works it out. */
32#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP)
33#else
29#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | BASS_CUTOFF_CAP | TREBLE_CUTOFF_CAP) 34#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | BASS_CUTOFF_CAP | TREBLE_CUTOFF_CAP)
35#endif
30 36
31extern int tenthdb2master(int db); 37extern int tenthdb2master(int db);
32 38