]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: alc5623: Convert to direct regmap API usage
authorMark Brown <broonie@linaro.org>
Thu, 20 Feb 2014 00:04:06 +0000 (09:04 +0900)
committerMark Brown <broonie@linaro.org>
Sun, 23 Feb 2014 02:53:17 +0000 (11:53 +0900)
commit144f58754782fa20f9ddec36931c11c491229271
treed562e422de552d4717163d6fe8b5251116fb37f4
parent7426dfaf6c1e82b4b39d6bc23b84c8b58851f8b4
ASoC: alc5623: Convert to direct regmap API usage

Convert to directly use the regmap API, allowing us to eliminate the last
user of the ASoC level I/O implementations (there are still open coded
I/O implementations in drivers), avoiding duplicating code in regmap.

We no longer cache the entire CODEC register map on probe since the more
advanced cache infrastructure in regmap is able to fill the cache on
demand.

Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/alc5623.c