diff options
Diffstat (limited to 'firmware/drivers')
| -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 d53cfa3..9d552b5 100644 --- a/firmware/drivers/audio/wm8751.c +++ b/firmware/drivers/audio/wm8751.c @@ -109,10 +109,6 @@ void audiohw_preinit(void) GPIOL_OUTPUT_VAL |= 0x10; /* disable */ #endif -#ifdef CPU_PP502x - i2s_reset(); -#endif - /* * 1. Switch on power supplies. * By default the WM8751 is in Standby Mode, the DAC is |