]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Remove unused "control_data" field of struct wm8978_priv
authorAxel Lin <axel.lin@gmail.com>
Tue, 27 Sep 2011 12:43:24 +0000 (20:43 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 27 Sep 2011 18:53:38 +0000 (19:53 +0100)
commitd569ebf065f8e0aea6b91318b5da95a2d6a4c8bf
tree73ffded4db6b3cbabaa1ae793d6edf0788e32294
parent49d4f012966fec3032ebd8721e5ae2aae151e6a7
ASoC: Remove unused "control_data" field of struct wm8978_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/wm8978.c