summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodnano1g.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-03-01 07:05:18 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-03-01 07:05:18 +0000
commit55fab772b7399737e9c22737f91cd3e74c793872 (patch)
tree7c127199d0a01386122966f83c7fd2877b33eca8 /firmware/export/config/ipodnano1g.h
parente63325acff6a8d0445f9602d6ad84f9b65f8dd2f (diff)
downloadrockbox-55fab772b7399737e9c22737f91cd3e74c793872.tar.gz
rockbox-55fab772b7399737e9c22737f91cd3e74c793872.zip
Switch off ATA DMA for all PP targets. There is sufficient evidence that ATA DMA causes sporadic lockups and static noise on several PP based players. This change is expected to fix FS#11746, FS#11764, FS#11775, FS#11846 and FS#11863.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29476 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/ipodnano1g.h')
-rw-r--r--firmware/export/config/ipodnano1g.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/ipodnano1g.h b/firmware/export/config/ipodnano1g.h
index 6f030a8859..e321d070cb 100644
--- a/firmware/export/config/ipodnano1g.h
+++ b/firmware/export/config/ipodnano1g.h
@@ -206,7 +206,7 @@
206/* DMA is used only for reading on PP502x because although reads are ~8x faster 206/* DMA is used only for reading on PP502x because although reads are ~8x faster
207 * writes appear to be ~25% slower. 207 * writes appear to be ~25% slower.
208 */ 208 */
209#define HAVE_ATA_DMA 209/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */
210 210
211/* Define this, if you can switch on/off the lineout */ 211/* Define this, if you can switch on/off the lineout */
212#define HAVE_LINEOUT_POWEROFF 212#define HAVE_LINEOUT_POWEROFF