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 505a31deb4..7d00369bf0 100644
--- a/firmware/target/arm/wmcodec-pp.c
+++ b/firmware/target/arm/wmcodec-pp.c
@@ -43,7 +43,7 @@ int audiohw_init(void) {
43 /* reset I2C */ 43 /* reset I2C */
44 i2c_init(); 44 i2c_init();
45 45
46#if CONFIG_CPU == PP5020 46#ifdef CPU_PP502x
47 /* normal outputs for CDI and I2S pin groups */ 47 /* normal outputs for CDI and I2S pin groups */
48 DEV_INIT &= ~0x300; 48 DEV_INIT &= ~0x300;
49 49