]> 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)
commit2786dcdade35e704c165cf542f2b1ebd462ae2a3
tree703757de2f1479ef7207f314d31ba68eea16d4da
parentc2ba96bca96c0f3a7ff3b91f49b045840c6d63fa
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