]> 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)
commit69a37178ef8a21b169f15f9b9038a6947844b8f9
treed562e422de552d4717163d6fe8b5251116fb37f4
parent475811fb6e33fe391b2dae4b41a4b075369d9afa
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