summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano.h
diff options
context:
space:
mode:
authorMarc Guay <marcguay@rockbox.org>2008-07-14 14:13:28 +0000
committerMarc Guay <marcguay@rockbox.org>2008-07-14 14:13:28 +0000
commit4f199817488708ba60724accb6ce76886f855af8 (patch)
tree3bb04d9111a72953242dffe6808da14a8f9bcb3a /firmware/export/config-ipodnano.h
parent37400f8d4decf2d5aee5abe5a1a08a1ec024306f (diff)
downloadrockbox-4f199817488708ba60724accb6ce76886f855af8.tar.gz
rockbox-4f199817488708ba60724accb6ce76886f855af8.zip
Revert r18029 as well. It's more complicated than I thought as Rockbox currently seems to assume that all targets have microphone recording abilities. Will recheck, and verify more thoroughly before committing from now on.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18031 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r--firmware/export/config-ipodnano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index adee07a5bb..ced2c47b4e 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -16,7 +16,7 @@
16 16
17/* Define bitmask of input sources - recordable bitmask can be defined 17/* Define bitmask of input sources - recordable bitmask can be defined
18 explicitly if different */ 18 explicitly if different */
19#define INPUT_SRC_CAPS (SRC_CAP_LINEIN) 19#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN)
20 20
21/* define the bitmask of hardware sample rates */ 21/* define the bitmask of hardware sample rates */
22#define HW_SAMPR_CAPS (SAMPR_CAP_44) 22#define HW_SAMPR_CAPS (SAMPR_CAP_44)