]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Remove unused "control_data" field of struct wm8960_priv
authorAxel Lin <axel.lin@gmail.com>
Tue, 27 Sep 2011 12:42:34 +0000 (20:42 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 27 Sep 2011 18:53:38 +0000 (19:53 +0100)
commit81b443b871a9d36f7f2667b04c0f551a3823205a
tree2a4ca5ace7e549d125a205f30b5f1fb4f1fc59ba
parent8fe84cbcb6ccd8630ba04873b3db4b6e2d00e220
ASoC: Remove unused "control_data" field of struct wm8960_priv

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: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8960.c