forked from len0rd/rockbox
Fixed several plugins for dB volume.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8258 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5cc7347463
commit
c80e0c19e1
7 changed files with 25 additions and 12 deletions
|
@ -1044,7 +1044,7 @@ void sound_neutral(void)
|
|||
rb->sound_set(SOUND_BASS, 0);
|
||||
rb->sound_set(SOUND_TREBLE, 0);
|
||||
rb->sound_set(SOUND_BALANCE, 0);
|
||||
rb->sound_set(SOUND_VOLUME, 92); /* 0 dB */
|
||||
rb->sound_set(SOUND_VOLUME, 0);
|
||||
#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
|
||||
rb->sound_set(SOUND_LOUDNESS, 0);
|
||||
rb->sound_set(SOUND_SUPERBASS, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue