diff options
author | Rob Purchase <shotofadds@rockbox.org> | 2008-04-09 22:20:04 +0000 |
---|---|---|
committer | Rob Purchase <shotofadds@rockbox.org> | 2008-04-09 22:20:04 +0000 |
commit | 159f8ee41aa0d8c6434867775547d9e030a963d7 (patch) | |
tree | f2da1e5a46530487fb8ce93c7ff332fd506a4363 /firmware/export/audiohw.h | |
parent | 791e0928c5f9d5287a6077a95a385bc6bd90ac1d (diff) |
D2: Beginnings of a WM8985 driver (based on WM8758, using EQ1 and EQ5 as HW treble/bass). Untested, but harmless.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17057 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r-- | firmware/export/audiohw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h index ca706811a0..a4ff75c22c 100644 --- a/firmware/export/audiohw.h +++ b/firmware/export/audiohw.h @@ -69,7 +69,7 @@ enum { SOUND_RIGHT_GAIN, SOUND_MIC_GAIN, #endif -#ifdef HAVE_WM8758 +#if defined(HAVE_WM8758) || defined(HAVE_WM8985) SOUND_BASS_CUTOFF, SOUND_TREBLE_CUTOFF, #endif |