]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: wm8904: Fix GPIO and MICBIAS initialisation for regmap conversion
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 9 Jun 2012 03:38:12 +0000 (11:38 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Jun 2012 18:37:14 +0000 (11:37 -0700)
commit064cd01904b2796438079f50f91b3b7fc90bf559
tree294d2b91f5fc45feb356061c9a4518b0082c80e3
parentbc9b784a0be41c0966817b6f53e589f73c82392b
ASoC: wm8904: Fix GPIO and MICBIAS initialisation for regmap conversion

commit 433897f7408b556f7dfbb98c94deea02e634d2a7 upstream.

We no longer have a flat ASoC cache so can't peer directly into the array
any more but should instead use the register I/O functions to update the
cache.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/codecs/wm8904.c