]> Pileus Git - ~andy/linux/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)
commitf0c4205b54113463ccb93c9ab064fc630c5c50bd
treee2d3367bd5853f82d63b4fa829eb40288a7cbfa6
parentf192c0ab2420aa59d6fae26564b14adf97456063
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