summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-ipodnano.h2
-rw-r--r--firmware/export/config-ipodvideo.h2
-rw-r--r--manual/configure_rockbox/recording_settings.tex6
3 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index ced2c47..adee07a 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -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)
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index d15494c..cab028b 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -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)
diff --git a/manual/configure_rockbox/recording_settings.tex b/manual/configure_rockbox/recording_settings.tex
index 7ec0e49..dcaad47 100644
--- a/manual/configure_rockbox/recording_settings.tex
+++ b/manual/configure_rockbox/recording_settings.tex
@@ -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}