summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2010-11-13 21:08:15 +0000
committerMichael Sparmann <theseven@rockbox.org>2010-11-13 21:08:15 +0000
commit23fd886c4fb69ddc0f7ccf41621b36fd92033226 (patch)
tree4c7856ca8ab83c2da7e9a4f8453892cb848fddfc /firmware/export/config
parent9156dbaef5b97c673b95de1745ac33daf6518145 (diff)
downloadrockbox-23fd886c4fb69ddc0f7ccf41621b36fd92033226.tar.gz
rockbox-23fd886c4fb69ddc0f7ccf41621b36fd92033226.zip
iPod Nano 2G: Finally FIQ-less and glitch-free PCM. This should allow for IRQ latencies high enough to allow re-locking PLLs and changing and stabilizing Vcore when switching CPU frequency.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28580 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/ipodnano2g.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/firmware/export/config/ipodnano2g.h b/firmware/export/config/ipodnano2g.h
index fc6404d636..6797187023 100644
--- a/firmware/export/config/ipodnano2g.h
+++ b/firmware/export/config/ipodnano2g.h
@@ -18,10 +18,14 @@
18#define INPUT_SRC_CAPS (SRC_CAP_LINEIN) 18#define INPUT_SRC_CAPS (SRC_CAP_LINEIN)
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_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 21#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11 \
22 | SAMPR_CAP_96 | SAMPR_CAP_48 | SAMPR_CAP_24 | SAMPR_CAP_12 \
23 | SAMPR_CAP_64 | SAMPR_CAP_32 | SAMPR_CAP_16 | SAMPR_CAP_8)
22 24
23/* define the bitmask of recording sample rates */ 25/* define the bitmask of recording sample rates */
24#define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 26#define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11 \
27 | SAMPR_CAP_96 | SAMPR_CAP_48 | SAMPR_CAP_24 | SAMPR_CAP_12 \
28 | SAMPR_CAP_64 | SAMPR_CAP_32 | SAMPR_CAP_16 | SAMPR_CAP_8)
25 29
26/* define this if you have a bitmap LCD display */ 30/* define this if you have a bitmap LCD display */
27#define HAVE_LCD_BITMAP 31#define HAVE_LCD_BITMAP