From d386d31ce73da65f89e03e6f3fe93c081e776b83 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 2 Sep 2006 00:23:39 +0000 Subject: Oops! Missed a couple #defines to enable the features for iRiver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10852 a1c6a512-1295-4272-9138-f99709370657 --- apps/sound_menu.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/apps/sound_menu.c b/apps/sound_menu.c index e61d397ea3..f220d26f8f 100644 --- a/apps/sound_menu.c +++ b/apps/sound_menu.c @@ -1055,21 +1055,14 @@ bool recording_menu(bool no_source) items[i].desc = ID2P(LANG_RECORDING_QUALITY); items[i++].function = recquality; #endif -#ifndef HAVE_UDA1380 -/* We don't support frequency selection for UDA1380 yet. Let it just stay at - the default 44100 Hz. */ items[i].desc = ID2P(LANG_RECORDING_FREQUENCY); items[i++].function = recfrequency; -#endif if(!no_source) { items[i].desc = ID2P(LANG_RECORDING_SOURCE); items[i++].function = recsource; } -/* We don't support other configurations than stereo yet either */ -#ifndef HAVE_UDA1380 items[i].desc = ID2P(LANG_RECORDING_CHANNELS); items[i++].function = recchannels; -#endif #if CONFIG_CODEC == MAS3587F items[i].desc = ID2P(LANG_RECORDING_EDITABLE); items[i++].function = receditable; -- cgit v1.2.3