]> 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)
commit599a1404975641576e734f9beaafdb62010b2713
treee2d3367bd5853f82d63b4fa829eb40288a7cbfa6
parentce3881f7df9062fa47e108d406db13277570e6aa
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