Correct maximum and default volume for iAudio X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9330 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
893d248935
commit
a145bf536f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static const struct sound_settings_info sound_settings_table[] = {
|
|||
[SOUND_BASS] = {"dB", 0, 2, 0, 24, 0, sound_set_bass},
|
||||
[SOUND_TREBLE] = {"dB", 0, 2, 0, 6, 0, sound_set_treble},
|
||||
#elif defined(HAVE_TLV320)
|
||||
[SOUND_VOLUME] = {"dB", 0, 1, -73, 0, 6, sound_set_volume},
|
||||
[SOUND_VOLUME] = {"dB", 0, 1, -73, 6, -20, sound_set_volume},
|
||||
[SOUND_BASS] = {"dB", 0, 2, 0, 24, 0, sound_set_bass},
|
||||
[SOUND_TREBLE] = {"dB", 0, 2, 0, 6, 0, sound_set_treble},
|
||||
#elif defined(HAVE_WM8975)
|
||||
|
|
Loading…
Reference in a new issue