summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/as3514.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/as3514.c')
-rw-r--r--firmware/drivers/audio/as3514.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/drivers/audio/as3514.c b/firmware/drivers/audio/as3514.c
index 08d4d538a4..d51341d8c3 100644
--- a/firmware/drivers/audio/as3514.c
+++ b/firmware/drivers/audio/as3514.c
@@ -132,9 +132,6 @@ void audiohw_init(void)
132{ 132{
133 unsigned int i; 133 unsigned int i;
134 134
135 /* reset I2C */
136 i2c_init();
137
138 /* normal outputs for CDI and I2S pin groups */ 135 /* normal outputs for CDI and I2S pin groups */
139 DEV_INIT2 &= ~0x300; 136 DEV_INIT2 &= ~0x300;
140 137