forked from len0rd/rockbox
Removed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1255 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5421181c77
commit
9f20263222
1 changed files with 2 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ static unsigned int treble_table[] =
|
||||||
0x5f800 /* 15dB */
|
0x5f800 /* 15dB */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if 0
|
||||||
static unsigned int prescale_table[] =
|
static unsigned int prescale_table[] =
|
||||||
{
|
{
|
||||||
0x80000, /* 0db */
|
0x80000, /* 0db */
|
||||||
|
|
@ -206,6 +207,7 @@ static unsigned int prescale_table[] =
|
||||||
0xe9400 /* 15dB */
|
0xe9400 /* 15dB */
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
static unsigned char fliptable[] =
|
static unsigned char fliptable[] =
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue