diff options
Diffstat (limited to 'firmware/drivers')
-rw-r--r-- | firmware/drivers/audio/wm8978.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/drivers/audio/wm8978.c b/firmware/drivers/audio/wm8978.c index 31248db545..c50500356a 100644 --- a/firmware/drivers/audio/wm8978.c +++ b/firmware/drivers/audio/wm8978.c | |||
@@ -223,8 +223,7 @@ void audiohw_postinit(void) | |||
223 | /* 8. Enable other outputs as required */ | 223 | /* 8. Enable other outputs as required */ |
224 | 224 | ||
225 | /* 9. Set remaining registers */ | 225 | /* 9. Set remaining registers */ |
226 | wmc_write(WMC_AUDIO_INTERFACE, WMC_WL_16 | WMC_FMT_I2S | 226 | wmc_write(WMC_AUDIO_INTERFACE, WMC_WL_16 | WMC_FMT_I2S); |
227 | | WMC_DACLRSWAP | WMC_ADCLRSWAP); | ||
228 | wmc_write(WMC_DAC_CONTROL, WMC_DACOSR_128 | WMC_AMUTE); | 227 | wmc_write(WMC_DAC_CONTROL, WMC_DACOSR_128 | WMC_AMUTE); |
229 | 228 | ||
230 | /* Specific to HW clocking */ | 229 | /* Specific to HW clocking */ |