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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/arm/wmcodec-pp.c b/firmware/target/arm/wmcodec-pp.c
index 3bd9d7fd2b..cfdd311c52 100644
--- a/firmware/target/arm/wmcodec-pp.c
+++ b/firmware/target/arm/wmcodec-pp.c
@@ -41,9 +41,6 @@
41 * Initialise the PP I2C and I2S. 41 * Initialise the PP I2C and I2S.
42 */ 42 */
43void audiohw_init(void) { 43void audiohw_init(void) {
44 /* reset I2C */
45 i2c_init();
46
47#ifdef CPU_PP502x 44#ifdef CPU_PP502x
48 /* normal outputs for CDI and I2S pin groups */ 45 /* normal outputs for CDI and I2S pin groups */
49 DEV_INIT2 &= ~0x300; 46 DEV_INIT2 &= ~0x300;