summaryrefslogtreecommitdiff
path: root/apps/sound_menu.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-09-02 00:23:39 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-09-02 00:23:39 +0000
commitd386d31ce73da65f89e03e6f3fe93c081e776b83 (patch)
tree1bd31b0895c625bece170ae29db978bbbd4b1b4a /apps/sound_menu.c
parent92417c804e4d58645725f0dca78c692b01d1035c (diff)
downloadrockbox-d386d31ce73da65f89e03e6f3fe93c081e776b83.tar.gz
rockbox-d386d31ce73da65f89e03e6f3fe93c081e776b83.zip
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
Diffstat (limited to 'apps/sound_menu.c')
-rw-r--r--apps/sound_menu.c7
1 files changed, 0 insertions, 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)
1055 items[i].desc = ID2P(LANG_RECORDING_QUALITY); 1055 items[i].desc = ID2P(LANG_RECORDING_QUALITY);
1056 items[i++].function = recquality; 1056 items[i++].function = recquality;
1057#endif 1057#endif
1058#ifndef HAVE_UDA1380
1059/* We don't support frequency selection for UDA1380 yet. Let it just stay at
1060 the default 44100 Hz. */
1061 items[i].desc = ID2P(LANG_RECORDING_FREQUENCY); 1058 items[i].desc = ID2P(LANG_RECORDING_FREQUENCY);
1062 items[i++].function = recfrequency; 1059 items[i++].function = recfrequency;
1063#endif
1064 if(!no_source) { 1060 if(!no_source) {
1065 items[i].desc = ID2P(LANG_RECORDING_SOURCE); 1061 items[i].desc = ID2P(LANG_RECORDING_SOURCE);
1066 items[i++].function = recsource; 1062 items[i++].function = recsource;
1067 } 1063 }
1068/* We don't support other configurations than stereo yet either */
1069#ifndef HAVE_UDA1380
1070 items[i].desc = ID2P(LANG_RECORDING_CHANNELS); 1064 items[i].desc = ID2P(LANG_RECORDING_CHANNELS);
1071 items[i++].function = recchannels; 1065 items[i++].function = recchannels;
1072#endif
1073#if CONFIG_CODEC == MAS3587F 1066#if CONFIG_CODEC == MAS3587F
1074 items[i].desc = ID2P(LANG_RECORDING_EDITABLE); 1067 items[i].desc = ID2P(LANG_RECORDING_EDITABLE);
1075 items[i++].function = receditable; 1068 items[i++].function = receditable;