From 8b5bf04dabcf399d2af4edb5a9dc9822b76071ea Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 30 May 2010 18:34:10 +0000 Subject: Fix FS#9193. Remove recording source 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 --- firmware/export/config/ipodnano1g.h | 2 +- firmware/export/config/ipodvideo.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') 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 @@ /* 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_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 @@ /* 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 | \ -- cgit v1.2.3