diff options
Diffstat (limited to 'firmware/target/arm/wmcodec-pp.c')
-rw-r--r-- | firmware/target/arm/wmcodec-pp.c | 3 |
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 @@ * Initialise the PP I2C and I2S. */ void audiohw_init(void) { - /* reset I2C */ - i2c_init(); - #ifdef CPU_PP502x /* normal outputs for CDI and I2S pin groups */ DEV_INIT2 &= ~0x300; |