forked from len0rd/rockbox
Fixes Bass and Treble not being saved. Thanks to jba
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11989 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
39d8db2676
commit
fb0f67e9d3
1 changed files with 2 additions and 1 deletions
|
|
@ -225,7 +225,8 @@ static const struct bit_entry rtc_bits[] =
|
|||
{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) || defined(HAVE_WM8721)
|
||||
|| defined(HAVE_WM8731) || defined(HAVE_WM8721) \
|
||||
|| defined(HAVE_WM8751)
|
||||
{5 | SIGNED, S_O(bass), 0, "bass", NULL }, /* -6..+9 */
|
||||
{5 | SIGNED, S_O(treble), 0, "treble", NULL }, /* -6..+9 */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue