From 99b2742cd0de7181677f3aa7222caa5dc358ee12 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Wed, 7 Mar 2007 19:11:16 +0000 Subject: Use the new DSP callback functionality in firmware/sound.c to deal with SWCODEC stereo width and channel configuration instead of the old more spread out #ifdef based approach. Rename the DSP functions involved for more consistent naming. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12677 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings_list.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/settings_list.c') diff --git a/apps/settings_list.c b/apps/settings_list.c index 6594db7aa3..e8ee59790d 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -352,11 +352,7 @@ const struct settings_list settings[] = { CHOICE_SETTING(0,channel_config,LANG_CHANNEL,0,"channels", "stereo,mono,custom,mono left,mono right,karaoke", -#if CONFIG_CODEC == SWCODEC - channels_set, -#else sound_set_channels, -#endif 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)), -- cgit v1.2.3