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)
commit223157121404a7ca4deaf2aa31a57cad8d133d07
tree703757de2f1479ef7207f314d31ba68eea16d4da
parentbf3a9e137cf1a1c664f44acfa36a487f0437f6aa
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