ASoC: rt5631: Convert to direct regmap API usage
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 8 May 2012 14:52:55 +0000 (15:52 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 9 May 2012 11:54:07 +0000 (12:54 +0100)
commit01476801c68166ede4b1abe66b8bf386675cb5e6
tree2d93f08aa1255ed477ac94d52a63e90a92e932f5
parent03730b8782ed0dc12c0cdb61ba3f07f1d36fba51
ASoC: rt5631: Convert to direct regmap API usage

We're trying to remove all usage of the ASoc level cache and I/O code and
for a device like this with a pretty sparse register map the rbtree cache
is a better idea anyway.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/rt5631.c