summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Guay <marcguay@rockbox.org>2008-07-14 03:58:19 +0000
committerMarc Guay <marcguay@rockbox.org>2008-07-14 03:58:19 +0000
commitbeb3b6b039683edb8e58bfc504310386ce4e05cd (patch)
tree9aaa2a12e02df199f8441b3442e0c229087e2a3e
parentb7ae939a91619d22a63455b24a3ed5f8b8d834d2 (diff)
downloadrockbox-beb3b6b039683edb8e58bfc504310386ce4e05cd.tar.gz
rockbox-beb3b6b039683edb8e58bfc504310386ce4e05cd.zip
Fix FS#7541 by removing the line-in recording capacity and the manual entry for the H10 (and Sansas). More work needs to be done in this department.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18028 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-h10.h2
-rw-r--r--firmware/export/config-h10_5gb.h2
-rw-r--r--manual/configure_rockbox/recording_settings.tex5
3 files changed, 5 insertions, 4 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index 071fb0f650..9b6307267d 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -15,7 +15,7 @@
15#define HAVE_RECORDING 15#define HAVE_RECORDING
16/* Define bitmask of input sources - recordable bitmask can be defined 16/* Define bitmask of input sources - recordable bitmask can be defined
17 explicitly if different */ 17 explicitly if different */
18#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) 18#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
19 19
20/* define the bitmask of hardware sample rates */ 20/* define the bitmask of hardware sample rates */
21#define HW_SAMPR_CAPS (SAMPR_CAP_44) 21#define HW_SAMPR_CAPS (SAMPR_CAP_44)
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index e7c77e4f4d..9ef59ec38d 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -15,7 +15,7 @@
15#define HAVE_RECORDING 15#define HAVE_RECORDING
16/* Define bitmask of input sources - recordable bitmask can be defined 16/* Define bitmask of input sources - recordable bitmask can be defined
17 explicitly if different */ 17 explicitly if different */
18#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) 18#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
19 19
20/* define the bitmask of hardware sample rates */ 20/* define the bitmask of hardware sample rates */
21#define HW_SAMPR_CAPS (SAMPR_CAP_44) 21#define HW_SAMPR_CAPS (SAMPR_CAP_44)
diff --git a/manual/configure_rockbox/recording_settings.tex b/manual/configure_rockbox/recording_settings.tex
index bb47401196..7ec0e4985e 100644
--- a/manual/configure_rockbox/recording_settings.tex
+++ b/manual/configure_rockbox/recording_settings.tex
@@ -71,8 +71,9 @@
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. This can be
74 \opt{recorder,recorderv2fm,h1xx}{\setting{SPDIF (digital)},}% 74 \opt{recorder,recorderv2fm,h1xx}{\setting{SPDIF (digital)}, }%
75 \setting{Mic} or \setting{Line In}. 75 \setting{Mic}%
76 \nopt{sansa,IRIVER_H10_PAD}{ or {\setting{Line In}}}. %
76 \opt{radio}{For recording from the radio see \reference{ref:FMradio}.} 77 \opt{radio}{For recording from the radio see \reference{ref:FMradio}.}
77 78
78\section{Channels} 79\section{Channels}