1
0
Fork 0
forked from len0rd/rockbox

Revert most of r18029 as recording through line-in is possible on the H10, just not currently functional. Leave the /nopt for line-in on the Sansas.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18030 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marc Guay 2008-07-14 06:17:40 +00:00
parent 4bcd54e75a
commit 37400f8d4d
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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