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)
commit0cd257bf9b9b0cbb4fa1a5c988a232506997867c
treed562e422de552d4717163d6fe8b5251116fb37f4
parente84f2463765ff34a322511be815ad235dcc1f218
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