forked from len0rd/rockbox
Changed AVC to Auto Volume
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1454 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c3674ef96a
commit
d5d38f120b
1 changed files with 2 additions and 2 deletions
|
|
@ -132,7 +132,7 @@ static void bass_boost(void)
|
|||
static void avc(void)
|
||||
{
|
||||
char* names[] = { "off", "2s ", "4s ", "8s " };
|
||||
set_option("[AVC decay time]", &global_settings.avc, names, 4 );
|
||||
set_option("[AV decay time]", &global_settings.avc, names, 4 );
|
||||
mpeg_sound_set(SOUND_AVC, global_settings.avc);
|
||||
}
|
||||
#endif /* ARCHOS_RECORDER */
|
||||
|
|
@ -147,7 +147,7 @@ void sound_menu(void)
|
|||
#ifdef ARCHOS_RECORDER
|
||||
{ "Loudness", loudness },
|
||||
{ "Bass Boost", bass_boost },
|
||||
{ "AVC", avc }
|
||||
{ "Auto Volume", avc }
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue