Manual - Recording source settings description: replace target options with the correct features (needs one more in features.txt). Correct(s) wrong list of options in some manuals (e.g. Gigabeat S) at the same time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27544 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7a1a72a527
commit
6ce2c6753d
2 changed files with 22 additions and 9 deletions
|
@ -258,3 +258,7 @@ usb_hid
|
||||||
usb_hid_mouse
|
usb_hid_mouse
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_SPDIF_IN)
|
||||||
|
recording_digital
|
||||||
|
#endif
|
||||||
|
|
|
@ -82,14 +82,23 @@
|
||||||
|
|
||||||
\section{Source}
|
\section{Source}
|
||||||
Choose the source of the recording. The options are:
|
Choose the source of the recording. The options are:
|
||||||
\opt{recorder,recorderv2fm,h100}{\setting{SPDIF (digital)}, }%
|
\opt{recording_digital}{\setting{Digital} (SPDIF), }%
|
||||||
\nopt{ipodnano,ipodvideo}{\setting{Mic}\nopt{radio}
|
\opt{recording_mic}{\setting{Microphone}}%
|
||||||
{\nopt{recorder,m5,ipod4g,ipodcolor,vibe500}{,} and }}%
|
\opt{recording_hwcodec}{ and \setting{Line~In}.}%
|
||||||
\nopt{sansa,sansaAMS}{\nopt{ipodnano,ipodvideo,recorder,m5,ipod4g,ipodcolor,vibe500}%
|
\opt{recording_swcodec}{%
|
||||||
{, }\setting{Line In}}%
|
\nopt{radio}{\opt{recording_linein}{ and \setting{Line~In}.}}%
|
||||||
\nopt{radio}{.}
|
\opt{radio}{%
|
||||||
\opt{radio}{and {\setting{FM Radio}}. For more information on recording from the radio
|
\opt{recording_linein}{%
|
||||||
see \reference{ref:FMradio}.}
|
\opt{recording_mic}{, }%
|
||||||
|
\setting{Line~In} and %
|
||||||
|
}%
|
||||||
|
\nopt{recording_linein}{%
|
||||||
|
\opt{recording_mic}{ and }%
|
||||||
|
}%
|
||||||
|
\setting{FM~Radio}. For more information on recording from the
|
||||||
|
radio see \reference{ref:FMradio}.%
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
\section{Channels}
|
\section{Channels}
|
||||||
This allows you to select mono or stereo recording. Please note that
|
This allows you to select mono or stereo recording. Please note that
|
||||||
|
|
Loading…
Reference in a new issue