commit | f0c4205b54113463ccb93c9ab064fc630c5c50bd | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Jun 10 19:42:56 2011 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Jun 13 14:22:57 2011 +0100 |
tree | e2d3367bd5853f82d63b4fa829eb40288a7cbfa6 | |
parent | f192c0ab2420aa59d6fae26564b14adf97456063 [diff] |
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>