The high pass filter setting of the WM8731 seems to work the other way around. Disabling it removes the DC offset. This fixes FS #9248

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18294 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2008-08-15 23:35:48 +00:00
parent 344721c2d6
commit 631d947749

View file

@ -61,7 +61,7 @@ static unsigned char wm8731_regs[7] =
[LOUTVOL] = ROUTVOL_RZCEN,
[ROUTVOL] = ROUTVOL_RZCEN,
[AAPCTRL] = AAPCTRL_MUTEMIC | AAPCTRL_DACSEL,
[DAPCTRL] = DAPCTRL_DACMU | DAPCTRL_DEEMP_44KHz | DAPCTRL_ADCHPD,
[DAPCTRL] = DAPCTRL_DACMU | DAPCTRL_DEEMP_44KHz,
[PDCTRL] = PDCTRL_LINEINPD | PDCTRL_MICPD | PDCTRL_ADCPD |
PDCTRL_OUTPD | PDCTRL_OSCPD | PDCTRL_CLKOUTPD,
};