ASoC: cs42l52: convert pdata config to regmap_update_bits
authorBrian Austin <brian.austin@cirrus.com>
Fri, 25 Oct 2013 15:01:16 +0000 (10:01 -0500)
committerMark Brown <broonie@linaro.org>
Fri, 25 Oct 2013 15:37:58 +0000 (16:37 +0100)
commit153723f6f1d13e7b9541b425ebdbaead4cc85346
tree0f720d5f399a043668c0f095567e29d4f32cb79a
parent6dd17757927ba9d23c604fee6fe72b4755c7ea7f
ASoC: cs42l52: convert pdata config to regmap_update_bits

Moving platform data to bus probe and convert to regmap_update_bits.
This will work nicer when converted to device tree instead of having it
split into multiple probes

Signed-off-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/cs42l52.c