summaryrefslogtreecommitdiff
path: root/firmware/export/config/sim.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-05-12 14:31:12 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-05-12 14:31:12 +0000
commitcc7457e788141b9570b65eda428181c139879f63 (patch)
tree98fdbfbfe9e55d1d4e97203b1215fd745e630750 /firmware/export/config/sim.h
parent4d04132c76700b30708bf99fc0ef664e8bb0b58d (diff)
downloadrockbox-cc7457e788141b9570b65eda428181c139879f63.tar.gz
rockbox-cc7457e788141b9570b65eda428181c139879f63.zip
Fix r25970 red and yellow *and* a bug uncovered for pp5002 where pcm_play_dma_start wasn't actually initializing the dma_play_data with the first buffer info (must've happened during pp502x DMA conversion).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25971 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/sim.h')
-rw-r--r--firmware/export/config/sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config/sim.h b/firmware/export/config/sim.h
index 5b42394b1f..6d2e6d24ea 100644
--- a/firmware/export/config/sim.h
+++ b/firmware/export/config/sim.h
@@ -10,6 +10,7 @@
10#undef CONFIG_I2C 10#undef CONFIG_I2C
11 11
12#undef HAVE_PCM_DMA_ADDRESS 12#undef HAVE_PCM_DMA_ADDRESS
13#undef HAVE_PCM_REC_DMA_ADDRESS
13 14
14#undef FLASH_SIZE 15#undef FLASH_SIZE
15 16