ASoC: AD1836: Remove unused fields from private struct
commit583eadab21779c4301f01a11bf3d0d49b643aa80
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 6 Jun 2011 11:38:39 +0000 (6 13:38 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 6 Jun 2011 20:54:43 +0000 (6 21:54 +0100)
tree3f883fdc111f51a0c06f0f3e61d8b958250436b2
parent874ce77bc3027ce08e3ee35c3edad3b254e496d1
ASoC: AD1836: Remove unused fields from private struct

The control_type field is never used, so it can be removed.  The
control_data field is used to initialize the codec's control_data field,
but since this is also done by the snd-soc-cache core, the redundant
assignment can be removed and the field can be dropped.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/ad1836.c