1
0
Fork 0
forked from len0rd/rockbox

Philipp's fix .eq loading patch

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2318 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Eric Linenberg 2002-09-17 12:48:56 +00:00
parent 380ca88d4d
commit 8d47c5c329
2 changed files with 53 additions and 11 deletions

View file

@ -91,7 +91,7 @@ static int minval[] =
-50, /* Balance */
0, /* Loudness */
0, /* Bass boost */
0, /* AVC */
-1, /* AVC */
0 /* Channels */
};
@ -108,7 +108,7 @@ static int maxval[] =
50, /* Balance */
17, /* Loudness */
10, /* Bass boost */
0, /* AVC */
3, /* AVC */
3 /* Channels */
};