diff options
Diffstat (limited to 'firmware/drivers/audio/wm8751.c')
-rw-r--r-- | firmware/drivers/audio/wm8751.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/drivers/audio/wm8751.c b/firmware/drivers/audio/wm8751.c index d53cfa3d79..9d552b505f 100644 --- a/firmware/drivers/audio/wm8751.c +++ b/firmware/drivers/audio/wm8751.c | |||
@@ -109,10 +109,6 @@ void audiohw_preinit(void) | |||
109 | GPIOL_OUTPUT_VAL |= 0x10; /* disable */ | 109 | GPIOL_OUTPUT_VAL |= 0x10; /* disable */ |
110 | #endif | 110 | #endif |
111 | 111 | ||
112 | #ifdef CPU_PP502x | ||
113 | i2s_reset(); | ||
114 | #endif | ||
115 | |||
116 | /* | 112 | /* |
117 | * 1. Switch on power supplies. | 113 | * 1. Switch on power supplies. |
118 | * By default the WM8751 is in Standby Mode, the DAC is | 114 | * By default the WM8751 is in Standby Mode, the DAC is |