summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-06-20 21:13:24 +0000
committerAlexander Levin <al.le@rockbox.org>2009-06-20 21:13:24 +0000
commit8589fcb3e3e0744b208ce5e8099fdf12e46ba9c2 (patch)
treeaac31dccb328366674c0284cba2d9a86ca3dfe4e /apps/settings_list.c
parent01bcd2c6121fa0ae1797ef11c02be298574f4fdb (diff)
downloadrockbox-8589fcb3e3e0744b208ce5e8099fdf12e46ba9c2.tar.gz
rockbox-8589fcb3e3e0744b208ce5e8099fdf12e46ba9c2.zip
Merge the "Replaygain Off" option into the replaygain type; eliminate the "On/Off" setting (FS#10356). All WPS tags should work as before.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21414 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index dcad718ee5..9e40cbd301 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1108,12 +1108,10 @@ const struct settings_list settings[] = {
1108 1108
1109#if CONFIG_CODEC == SWCODEC 1109#if CONFIG_CODEC == SWCODEC
1110 /* replay gain */ 1110 /* replay gain */
1111 OFFON_SETTING(F_SOUNDSETTING, replaygain, LANG_REPLAYGAIN_ENABLE, true,
1112 "replaygain", NULL),
1113 CHOICE_SETTING(F_SOUNDSETTING, replaygain_type, LANG_REPLAYGAIN_MODE, 1111 CHOICE_SETTING(F_SOUNDSETTING, replaygain_type, LANG_REPLAYGAIN_MODE,
1114 REPLAYGAIN_SHUFFLE, "replaygain type", 1112 REPLAYGAIN_SHUFFLE, "replaygain type",
1115 "track,album,track shuffle", NULL, 3, ID2P(LANG_TRACK_GAIN), 1113 "track,album,track shuffle,off", NULL, 4, ID2P(LANG_TRACK_GAIN),
1116 ID2P(LANG_ALBUM_GAIN), ID2P(LANG_SHUFFLE_GAIN)), 1114 ID2P(LANG_ALBUM_GAIN), ID2P(LANG_SHUFFLE_GAIN), ID2P(LANG_OFF)),
1117 OFFON_SETTING(F_SOUNDSETTING, replaygain_noclip, LANG_REPLAYGAIN_NOCLIP, 1115 OFFON_SETTING(F_SOUNDSETTING, replaygain_noclip, LANG_REPLAYGAIN_NOCLIP,
1118 false, "replaygain noclip", NULL), 1116 false, "replaygain noclip", NULL),
1119 INT_SETTING_NOWRAP(F_SOUNDSETTING, replaygain_preamp, 1117 INT_SETTING_NOWRAP(F_SOUNDSETTING, replaygain_preamp,