ASoC: Remove use of hw_read from TLV320AIC3x driver
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 5 Jul 2009 16:35:28 +0000 (17:35 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 5 Jul 2009 16:35:28 +0000 (17:35 +0100)
commit5f345346dd715d53fb2ed168a4fd432e1bdcb14d
treefc9deba752452f44a3e375caa6762eb307d8f310
parent1e30a5828e4e9e49fcc6e471bf0d99d4fd273ba4
ASoC: Remove use of hw_read from TLV320AIC3x driver

The TLV320AIC3x driver is currently the only user of the CODEC hw_read
operation and is jumping through some hoops in order to do so.  In order
to support future refactoring to make the hw_read operation more usable
unwrap the usage in this driver to avoid its use.

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