]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Factor out redundant read() functions
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 10 Jun 2011 18:42:56 +0000 (19:42 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 13 Jun 2011 13:22:57 +0000 (14:22 +0100)
commit4bbb66b2182dedb11c5387e8c07d2a54fdce9554
treee2d3367bd5853f82d63b4fa829eb40288a7cbfa6
parentd10b9bbf9ed0e8c19f62e4039abce526d6463b5a
ASoC: Factor out redundant read() functions

We've got a whole bunch of functions which just call straight through to
do_hw_read(). Simplify this situation by removing them and using hw_read()
directly.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
sound/soc/soc-cache.c