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:
parent
4bcd54e75a
commit
37400f8d4d
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
#define HAVE_RECORDING
|
#define HAVE_RECORDING
|
||||||
/* Define bitmask of input sources - recordable bitmask can be defined
|
/* Define bitmask of input sources - recordable bitmask can be defined
|
||||||
explicitly if different */
|
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 the bitmask of hardware sample rates */
|
||||||
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
#define HAVE_RECORDING
|
#define HAVE_RECORDING
|
||||||
/* Define bitmask of input sources - recordable bitmask can be defined
|
/* Define bitmask of input sources - recordable bitmask can be defined
|
||||||
explicitly if different */
|
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 the bitmask of hardware sample rates */
|
||||||
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
#define HW_SAMPR_CAPS (SAMPR_CAP_44)
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
Choose the source of the recording. The options are:
|
Choose the source of the recording. The options are:
|
||||||
\opt{recorder,recorderv2fm,h1xx}{\setting{SPDIF (digital)}, }%
|
\opt{recorder,recorderv2fm,h1xx}{\setting{SPDIF (digital)}, }%
|
||||||
\nopt{ipodnano,ipodvideo}{\setting{Mic}, }%
|
\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}.}
|
\opt{radio}{For recording from the radio see \reference{ref:FMradio}.}
|
||||||
|
|
||||||
\section{Channels}
|
\section{Channels}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue