commit | 583eadab21779c4301f01a11bf3d0d49b643aa80 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Jun 06 13:38:39 2011 +0200 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Jun 06 21:54:43 2011 +0100 |
tree | 3f883fdc111f51a0c06f0f3e61d8b958250436b2 | |
parent | 874ce77bc3027ce08e3ee35c3edad3b254e496d1 [diff] |
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>