mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Broken code, too much crack for me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6728 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
38c9d753db
commit
eadceed6f4
1 changed files with 5 additions and 1 deletions
|
@ -91,9 +91,10 @@ static const int steps[] =
|
|||
#ifdef HAVE_UDA1380
|
||||
2, /* Bass */
|
||||
2, /* Treble */
|
||||
#endif
|
||||
#else
|
||||
1, /* Bass */
|
||||
1, /* Treble */
|
||||
#endif
|
||||
1, /* Balance */
|
||||
1, /* Loudness */
|
||||
1, /* AVC */
|
||||
|
@ -174,6 +175,9 @@ static const int defaultval[] =
|
|||
#if (CONFIG_HWCODEC == MAS3587F) || (CONFIG_HWCODEC == MAS3539F)
|
||||
6, /* Bass */
|
||||
6, /* Treble */
|
||||
#elif defined(HAVE_UDA1380)
|
||||
0, /* Bass */
|
||||
0, /* Treble */
|
||||
#else
|
||||
7, /* Bass */
|
||||
7, /* Treble */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue