forked from len0rd/rockbox
New defaults for the bass/treble
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1252 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
07b2335157
commit
eb102e1a23
1 changed files with 4 additions and 4 deletions
|
@ -82,11 +82,11 @@ static int defaultval[] =
|
|||
{
|
||||
70/2, /* Volume */
|
||||
#ifdef ARCHOS_RECORDER
|
||||
12, /* Bass */
|
||||
12 /* Treble */
|
||||
12+6, /* Bass */
|
||||
12+6 /* Treble */
|
||||
#else
|
||||
15, /* Bass */
|
||||
15 /* Treble */
|
||||
15+7, /* Bass */
|
||||
15+7 /* Treble */
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue