]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: sgtl5000: Replace w->codec snd_soc_dapm_to_codec(w->dapm)
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 10 Jan 2015 14:44:07 +0000 (15:44 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 14 Jan 2015 19:51:05 +0000 (19:51 +0000)
commit72777f3191b72ed786854e4c5ef0f994edd603c2
tree25ac2563ce4dbec0bf029d065d059170ce36159f
parentfbb8242f684dc92c90714110dbf1eeeb12e9135e
ASoC: sgtl5000: Replace w->codec snd_soc_dapm_to_codec(w->dapm)

The codec field of the snd_soc_widget struct is eventually going to be
removed, use snd_soc_dapm_to_codec(w->dapm) instead.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/sgtl5000.c