4 Jun
2009
4 Jun
'09
11:59 a.m.
On Thursday 04 of June 2009 10:46:03 Mark Brown wrote:
On Wed, Jun 03, 2009 at 11:44:37PM +0200, Marek Vasut wrote:
if (wm->id == WM9712_ID2)
wm97xx_reg_write(wm, AC97_GPIO_STATUS, (status &
~WM97XX_GPIO_13) << 1);
else
wm97xx_reg_write(wm, AC97_GPIO_STATUS, status &
wm97xx_reg_write(wm, AC97_GPIO_STATUS, status & ~WM97XX_GPIO_13);
Nack, the existing code reflects the behaviour of the silicon.
The patch above reflects the behavior of my silicon (WM9712G) :-/