]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Add spi hw read function for 16 addr 8 data mode for ad193x fix
authorScott Jiang <scott.jiang.linux@gmail.com>
Fri, 12 Aug 2011 22:04:13 +0000 (18:04 -0400)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 15 Aug 2011 13:38:14 +0000 (22:38 +0900)
commitc3ea54da27694d6fa8dd026a0fb330d41700bc2b
tree215fb1c5ff930785281bf33a957edeb73ff6e8df
parent792b8cc6004f77008c06ccadb71b92d8822c9810
ASoC: Add spi hw read function for 16 addr 8 data mode for ad193x fix

[This will be used by the ad193x driver to fix the fact that the
original author of the driver put a bodge for their particular chip into
a the generic ASoC register I/O abstraction layer which looked like an
obvious bug which ended up getting fixed in 3.0.  Sadly there were no
comments documenting what was going on.  A minimally invasive correction
to the driver is to remove the register cache support and go direct to
the hardware all the time so we're adding a new feature -- broonie]

Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-io.c