summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-05-30 18:34:10 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-05-30 18:34:10 +0000
commit8b5bf04dabcf399d2af4edb5a9dc9822b76071ea (patch)
tree99af02086669fd50c98db05140145595919b2eab /firmware/export/config
parentf0e1cf038f6265fe71d5c3658e553b08c0eec163 (diff)
downloadrockbox-8b5bf04dabcf399d2af4edb5a9dc9822b76071ea.tar.gz
rockbox-8b5bf04dabcf399d2af4edb5a9dc9822b76071ea.zip
Fix FS#9193. Remove recording source <Mic> for iPod Video and iPod nano 1G. The manual already describes the correct behaviour.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26414 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/ipodnano1g.h2
-rw-r--r--firmware/export/config/ipodvideo.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/ipodnano1g.h b/firmware/export/config/ipodnano1g.h
index 33766bda26..24ed973249 100644
--- a/firmware/export/config/ipodnano1g.h
+++ b/firmware/export/config/ipodnano1g.h
@@ -21,7 +21,7 @@
21 21
22/* Define bitmask of input sources - recordable bitmask can be defined 22/* Define bitmask of input sources - recordable bitmask can be defined
23 explicitly if different */ 23 explicitly if different */
24#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) 24#define INPUT_SRC_CAPS (SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
25 25
26/* define the bitmask of hardware sample rates */ 26/* define the bitmask of hardware sample rates */
27#define HW_SAMPR_CAPS (SAMPR_CAP_44) 27#define HW_SAMPR_CAPS (SAMPR_CAP_44)
diff --git a/firmware/export/config/ipodvideo.h b/firmware/export/config/ipodvideo.h
index f5854b7b03..bad7195c32 100644
--- a/firmware/export/config/ipodvideo.h
+++ b/firmware/export/config/ipodvideo.h
@@ -21,7 +21,7 @@
21 21
22/* Define bitmask of input sources - recordable bitmask can be defined 22/* Define bitmask of input sources - recordable bitmask can be defined
23 explicitly if different */ 23 explicitly if different */
24#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) 24#define INPUT_SRC_CAPS (SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
25 25
26/* define the bitmask of hardware sample rates */ 26/* define the bitmask of hardware sample rates */
27#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \ 27#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \