From b25cd7d892f2277dde2fa4d8fa9b14bfb5f6df13 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Wed, 26 Oct 2011 18:37:50 +0000 Subject: Revert swap channel feature as we're presently in a feature freeze. I'll recommit after the release is branched. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30841 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings_list.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'apps/settings_list.c') diff --git a/apps/settings_list.c b/apps/settings_list.c index 6602ec206a..521d565f3b 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -678,12 +678,11 @@ const struct settings_list settings[] = { CHOICE_SETTING(F_SOUNDSETTING, channel_config, LANG_CHANNEL_CONFIGURATION, 0,"channels", - "stereo,mono,custom,mono left,mono right,karaoke,swap", - sound_set_channels, 7, + "stereo,mono,custom,mono left,mono right,karaoke", + sound_set_channels, 6, ID2P(LANG_CHANNEL_STEREO), ID2P(LANG_CHANNEL_MONO), ID2P(LANG_CHANNEL_CUSTOM), ID2P(LANG_CHANNEL_LEFT), - ID2P(LANG_CHANNEL_RIGHT), ID2P(LANG_CHANNEL_KARAOKE), - ID2P(LANG_CHANNEL_SWAP)), + ID2P(LANG_CHANNEL_RIGHT), ID2P(LANG_CHANNEL_KARAOKE)), SOUND_SETTING(F_SOUNDSETTING, stereo_width, LANG_STEREO_WIDTH, "stereo_width", SOUND_STEREO_WIDTH), #ifdef AUDIOHW_HAVE_DEPTH_3D -- cgit v1.2.3