]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Don't use codec->control_data in bulk write
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 13 Jun 2011 17:44:52 +0000 (18:44 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 13 Jun 2011 18:17:33 +0000 (19:17 +0100)
commit30d0772aa07b3649e8eb308fdfaf27e0ac6d055a
tree703757de2f1479ef7207f314d31ba68eea16d4da
parent1ae5da6dd707bd916daf1136b7214bd2c78fa4c9
ASoC: Don't use codec->control_data in bulk write

In order to facilitate merging with the register map I/O replace the use
of control_data for the bulk writes with direct lookup of the client data
from the device.

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