forked from len0rd/rockbox
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
This commit is contained in:
parent
d5c927d92f
commit
7e0ea2153c
7 changed files with 89 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue