summaryrefslogtreecommitdiff
path: root/firmware/target/arm/wmcodec-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/wmcodec-pp.c')
-rw-r--r--firmware/target/arm/wmcodec-pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/wmcodec-pp.c b/firmware/target/arm/wmcodec-pp.c
index a2c83f33b3..3dd00695ae 100644
--- a/firmware/target/arm/wmcodec-pp.c
+++ b/firmware/target/arm/wmcodec-pp.c
@@ -46,7 +46,7 @@ void audiohw_init(void) {
46 46
47#ifdef CPU_PP502x 47#ifdef CPU_PP502x
48 /* normal outputs for CDI and I2S pin groups */ 48 /* normal outputs for CDI and I2S pin groups */
49 DEV_INIT &= ~0x300; 49 DEV_INIT2 &= ~0x300;
50 50
51 /*mini2?*/ 51 /*mini2?*/
52 outl(inl(0x70000010) & ~0x3000000, 0x70000010); 52 outl(inl(0x70000010) & ~0x3000000, 0x70000010);