From 4bcd54e75a98e4c4d90b76c19de6f22372b5089b Mon Sep 17 00:00:00 2001 From: Marc Guay Date: Mon, 14 Jul 2008 04:34:26 +0000 Subject: 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 --- firmware/export/config-ipodnano.h | 2 +- firmware/export/config-ipodvideo.h | 2 +- manual/configure_rockbox/recording_settings.tex | 6 +++--- 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 @@ /* 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 d15494cfd1..cab028bfc4 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 7ec0e4985e..dcaad4760c 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} -- cgit v1.2.3