diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-05-30 18:34:10 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-05-30 18:34:10 +0000 |
commit | 8b5bf04dabcf399d2af4edb5a9dc9822b76071ea (patch) | |
tree | 99af02086669fd50c98db05140145595919b2eab /firmware/export/config/ipodvideo.h | |
parent | f0e1cf038f6265fe71d5c3658e553b08c0eec163 (diff) |
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/ipodvideo.h')
-rw-r--r-- | firmware/export/config/ipodvideo.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ -#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) +#define INPUT_SRC_CAPS (SRC_CAP_LINEIN | SRC_CAP_FMRADIO) /* define the bitmask of hardware sample rates */ #define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \ |