]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: ab8500-codec: Revert back to regmap
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 25 Aug 2014 08:20:44 +0000 (10:20 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 1 Sep 2014 16:59:23 +0000 (17:59 +0100)
commitc5bd37f6038a79790da346c635743f0eb9dc55c8
tree383c75f521c0f0187c2dd1e8affe28cca451638f
parentd56073050f634af41b826a83e599cb853fe37aaa
ASoC: ab8500-codec: Revert back to regmap

Commit 66cddb0d701d ("ASoC: ab8500: Convert register I/O to regmap")
initially converted the ab8500 CODEC driver to use regmap rather than
legacy ASoC IO. This was reverted though in commit e243e93ecc79 ("ASoC:
ab8500: Revert to using custom I/O functions") since the inital conversion
was not working properly. This was presumebly because the SOC_SINGLE_XR_SX
controls, which are used by this driver, did not properly support regmap at
that point. This has since been fixed in commit d112ca967034 ("ASoC: Prepare
SOC_SINGLE_XR_SX controls for regmap"). So revert back to regmap again.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ab8500-codec.c