forked from len0rd/rockbox
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
This commit is contained in:
parent
92417c804e
commit
d386d31ce7
1 changed files with 0 additions and 7 deletions
|
@ -1055,21 +1055,14 @@ bool recording_menu(bool no_source)
|
||||||
items[i].desc = ID2P(LANG_RECORDING_QUALITY);
|
items[i].desc = ID2P(LANG_RECORDING_QUALITY);
|
||||||
items[i++].function = recquality;
|
items[i++].function = recquality;
|
||||||
#endif
|
#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].desc = ID2P(LANG_RECORDING_FREQUENCY);
|
||||||
items[i++].function = recfrequency;
|
items[i++].function = recfrequency;
|
||||||
#endif
|
|
||||||
if(!no_source) {
|
if(!no_source) {
|
||||||
items[i].desc = ID2P(LANG_RECORDING_SOURCE);
|
items[i].desc = ID2P(LANG_RECORDING_SOURCE);
|
||||||
items[i++].function = recsource;
|
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].desc = ID2P(LANG_RECORDING_CHANNELS);
|
||||||
items[i++].function = recchannels;
|
items[i++].function = recchannels;
|
||||||
#endif
|
|
||||||
#if CONFIG_CODEC == MAS3587F
|
#if CONFIG_CODEC == MAS3587F
|
||||||
items[i].desc = ID2P(LANG_RECORDING_EDITABLE);
|
items[i].desc = ID2P(LANG_RECORDING_EDITABLE);
|
||||||
items[i++].function = receditable;
|
items[i++].function = receditable;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue