ASoC: cs4271: convert to direct regmap API usage
authorDaniel Mack <zonque@gmail.com>
Thu, 7 Mar 2013 22:53:12 +0000 (23:53 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 15 Mar 2013 01:23:26 +0000 (01:23 +0000)
commit1b1861ead4f9fd7314acb2a8950a2b75ad2c8af5
tree40b7df03847d88a0d4b4f907311468d9aba0a008
parentf6161aa153581da4a3867a2d1a7caf4be19b6ec9
ASoC: cs4271: convert to direct regmap API usage

By using the regmap API directly, we can make use of the
.write_flag_mask for SPI, which allows us to drop the strange register
hacks that were necessary so far.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Acked-by: Alexander Sverdlin <alexander.sverdlin@gmx.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/cs4271.c