forked from len0rd/rockbox
WM8978: Turn off AMUTE since it can cause annoying clicking with audio that produces runs of zeros (esp. emulators and synths) and makes it worse when starting/stopping pcm.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29213 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ae019419ff
commit
8bfaac7672
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ void audiohw_postinit(void)
|
|||
|
||||
/* 9. Set remaining registers */
|
||||
wmc_write(WMC_AUDIO_INTERFACE, WMC_WL_16 | WMC_FMT_I2S);
|
||||
wmc_write(WMC_DAC_CONTROL, WMC_DACOSR_128 | WMC_AMUTE);
|
||||
wmc_write(WMC_DAC_CONTROL, WMC_DACOSR_128);
|
||||
|
||||
/* No ADC, no HP filter, no popping */
|
||||
wmc_clear(WMC_ADC_CONTROL, WMC_HPFEN);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue