summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Guay <marcguay@rockbox.org>2008-07-14 04:34:26 +0000
committerMarc Guay <marcguay@rockbox.org>2008-07-14 04:34:26 +0000
commit4bcd54e75a98e4c4d90b76c19de6f22372b5089b (patch)
treed069c92b805bc972294c4188b064be4076ddfb99
parentbeb3b6b039683edb8e58bfc504310386ce4e05cd (diff)
downloadrockbox-4bcd54e75a98e4c4d90b76c19de6f22372b5089b.tar.gz
rockbox-4bcd54e75a98e4c4d90b76c19de6f22372b5089b.zip
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
-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 ced2c47b4e..adee07a5bb 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -16,7 +16,7 @@
16 16
17/* Define bitmask of input sources - recordable bitmask can be defined 17/* Define bitmask of input sources - recordable bitmask can be defined
18 explicitly if different */ 18 explicitly if different */
19#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) 19#define INPUT_SRC_CAPS (SRC_CAP_LINEIN)
20 20
21/* define the bitmask of hardware sample rates */ 21/* define the bitmask of hardware sample rates */
22#define HW_SAMPR_CAPS (SAMPR_CAP_44) 22#define HW_SAMPR_CAPS (SAMPR_CAP_44)
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index d15494cfd1..cab028bfc4 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -16,7 +16,7 @@
16 16
17/* Define bitmask of input sources - recordable bitmask can be defined 17/* Define bitmask of input sources - recordable bitmask can be defined
18 explicitly if different */ 18 explicitly if different */
19#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) 19#define INPUT_SRC_CAPS (SRC_CAP_LINEIN)
20 20
21/* define the bitmask of hardware sample rates */ 21/* define the bitmask of hardware sample rates */
22#define HW_SAMPR_CAPS (SAMPR_CAP_44) 22#define HW_SAMPR_CAPS (SAMPR_CAP_44)
diff --git a/manual/configure_rockbox/recording_settings.tex b/manual/configure_rockbox/recording_settings.tex
index 7ec0e4985e..dcaad4760c 100644
--- a/manual/configure_rockbox/recording_settings.tex
+++ b/manual/configure_rockbox/recording_settings.tex
@@ -70,10 +70,10 @@
70 } % opt e200 70 } % opt e200
71 71
72\section{Source} 72\section{Source}
73 Choose the source of the recording. This can be 73 Choose the source of the recording. The options are:
74 \opt{recorder,recorderv2fm,h1xx}{\setting{SPDIF (digital)}, }% 74 \opt{recorder,recorderv2fm,h1xx}{\setting{SPDIF (digital)}, }%
75 \setting{Mic}% 75 \nopt{ipodnano,ipodvideo}{\setting{Mic}, }%
76 \nopt{sansa,IRIVER_H10_PAD}{ or {\setting{Line In}}}. % 76 \nopt{sansa,IRIVER_H10_PAD}{{\setting{Line In}}}. %
77 \opt{radio}{For recording from the radio see \reference{ref:FMradio}.} 77 \opt{radio}{For recording from the radio see \reference{ref:FMradio}.}
78 78
79\section{Channels} 79\section{Channels}