set default sound scaling metric properly

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8146 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Anton Oleynikov 2005-12-04 14:43:54 +00:00
parent 2654d91aeb
commit 0ea71be348

View file

@ -63,7 +63,7 @@ static const struct sound_settings_info sound_settings_table[] = {
#elif defined(HAVE_UDA1380)
[SOUND_BASS] = {"dB", 0, 2, 0, 24, 0, sound_set_bass},
[SOUND_TREBLE] = {"dB", 0, 2, 0, 6, 0, sound_set_treble},
[SOUND_SCALING] = {"", 0, 1, 0, 1, 0, sound_set_scaling},
[SOUND_SCALING] = {"", 0, 1, 0, 1, SOUND_SCALE_VOLUME, sound_set_scaling},
#else /* MAS3507D */
[SOUND_BASS] = {"dB", 0, 1, -15, 15, 7, sound_set_bass},
[SOUND_TREBLE] = {"dB", 0, 1, -15, 15, 7, sound_set_treble},