diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-03-30 20:18:02 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-03-30 20:18:02 +0000 |
commit | 7e0ea2153c24e00e3fdb8888fe19fc8fccca77c6 (patch) | |
tree | ff64fd5da311635bf751acf7c2a92aedebd69031 /apps/settings.c | |
parent | d5c927d92ffa50e893b389a88843a5ccd4409e03 (diff) |
iPod mini 2G: Define correct audio codec, and fix WM8731 driver to work with PP5020. Audio is working now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9367 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r-- | apps/settings.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c index 8c8a3ba1d5..776960ecfa 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -213,7 +213,8 @@ static const struct bit_entry rtc_bits[] = #elif defined HAVE_UDA1380 {5, S_O(bass), 0, "bass", NULL }, /* 0..+24 */ {3, S_O(treble), 0, "treble", NULL }, /* 0..+6 */ -#elif defined(HAVE_WM8975) || defined(HAVE_WM8758) || defined(HAVE_WM8731) +#elif defined(HAVE_WM8975) || defined(HAVE_WM8758) \ + || defined(HAVE_WM8731) || defined(HAVE_WM8721) {4 | SIGNED, S_O(bass), 0, "bass", NULL }, /* -6..+9 */ {4 | SIGNED, S_O(treble), 0, "treble", NULL }, /* -6..+9 */ #endif |