]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: kirkwood-i2s: fix RECCTL masking
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 26 Jun 2014 14:23:00 +0000 (15:23 +0100)
committerMark Brown <broonie@linaro.org>
Sat, 28 Jun 2014 12:18:22 +0000 (13:18 +0100)
commit7e1d71934696967b7d74cb81b42c15077449b6ec
treeb88718302fa237e688b90a973a9369d53eaf8aed
parent641870629c9e00a6ac3b8f539f47ef211f6f6724
ASoC: kirkwood-i2s: fix RECCTL masking

Since we wish to disable capture inputs for some formats, we need to
ensure that we clear the enable bits in our cached record control
register.  This seems to have been missed, resulting in the register
only accumulating enable bits.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Tested-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/kirkwood/kirkwood-i2s.c