summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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;