1
0
Fork 0
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:
Steve Gotthardt 2007-01-12 06:05:30 +00:00
parent 39d8db2676
commit fb0f67e9d3

View file

@ -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