1
0
Fork 0
forked from len0rd/rockbox

Remove the Mic Recording capacity from the iPod Nano and Video as they can only record through the dock connector. Manual updated accordingly.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18029 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marc Guay 2008-07-14 04:34:26 +00:00
parent beb3b6b039
commit 4bcd54e75a
3 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
/* Define bitmask of input sources - recordable bitmask can be defined
explicitly if different */
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN)
#define INPUT_SRC_CAPS (SRC_CAP_LINEIN)
/* define the bitmask of hardware sample rates */
#define HW_SAMPR_CAPS (SAMPR_CAP_44)

View file

@ -16,7 +16,7 @@
/* Define bitmask of input sources - recordable bitmask can be defined
explicitly if different */
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN)
#define INPUT_SRC_CAPS (SRC_CAP_LINEIN)
/* define the bitmask of hardware sample rates */
#define HW_SAMPR_CAPS (SAMPR_CAP_44)

View file

@ -70,10 +70,10 @@
} % opt e200
\section{Source}
Choose the source of the recording. This can be
Choose the source of the recording. The options are:
\opt{recorder,recorderv2fm,h1xx}{\setting{SPDIF (digital)}, }%
\setting{Mic}%
\nopt{sansa,IRIVER_H10_PAD}{ or {\setting{Line In}}}. %
\nopt{ipodnano,ipodvideo}{\setting{Mic}, }%
\nopt{sansa,IRIVER_H10_PAD}{{\setting{Line In}}}. %
\opt{radio}{For recording from the radio see \reference{ref:FMradio}.}
\section{Channels}