summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/pcm-pp.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/target/arm/pcm-pp.c b/firmware/target/arm/pcm-pp.c
index 42b9aeb..4d716fc 100644
--- a/firmware/target/arm/pcm-pp.c
+++ b/firmware/target/arm/pcm-pp.c
@@ -220,9 +220,7 @@ void pcm_play_dma_start(const void *addr, size_t size)
set_fiq_handler(fiq);
enable_fiq();
-#if CONFIG_CPU == PP5020
- /* Do nothing */
-#elif defined(CPU_PP502x)
+#if defined(CPU_PP502x)
/* Enable playback FIFO */
IISCONFIG |= (1 << 29);
#elif CONFIG_CPU == PP5002
@@ -301,9 +299,7 @@ void pcm_play_pause_unpause(void)
set_fiq_handler(fiq);
enable_fiq();
-#if CONFIG_CPU == PP5020
- /* Do nothing */
-#elif defined(CPU_PP502x)
+#if defined(CPU_PP502x)
/* Enable playback FIFO */
IISCONFIG |= (1 << 29);
#elif CONFIG_CPU == PP5002