summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_x1000/pcm-x1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/pcm-x1000.c')
-rw-r--r--firmware/target/mips/ingenic_x1000/pcm-x1000.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/mips/ingenic_x1000/pcm-x1000.c b/firmware/target/mips/ingenic_x1000/pcm-x1000.c
index fd5e9d20c8..a3da3411f2 100644
--- a/firmware/target/mips/ingenic_x1000/pcm-x1000.c
+++ b/firmware/target/mips/ingenic_x1000/pcm-x1000.c
@@ -28,7 +28,6 @@
28#include "panic.h" 28#include "panic.h"
29#include "dma-x1000.h" 29#include "dma-x1000.h"
30#include "irq-x1000.h" 30#include "irq-x1000.h"
31#include "gpio-x1000.h"
32#include "x1000/aic.h" 31#include "x1000/aic.h"
33#include "x1000/cpm.h" 32#include "x1000/cpm.h"
34 33
@@ -55,7 +54,6 @@ void pcm_play_dma_init(void)
55 * on Ingenic's datasheets but I'm not sure what they are. Probably safe to 54 * on Ingenic's datasheets but I'm not sure what they are. Probably safe to
56 * assume they are not useful to Rockbox... */ 55 * assume they are not useful to Rockbox... */
57 jz_writef(CPM_CLKGR, AIC(0)); 56 jz_writef(CPM_CLKGR, AIC(0));
58 gpio_config(GPIO_B, 0x1f, GPIO_DEVICE(1));
59 57
60 /* Configure AIC with some sane defaults */ 58 /* Configure AIC with some sane defaults */
61 jz_writef(AIC_CFG, RST(1)); 59 jz_writef(AIC_CFG, RST(1));