From: Lars-Peter Clausen Date: Mon, 29 Sep 2014 09:40:42 +0000 (+0200) Subject: ASoC: Remove CODEC pointer from snd_soc_dapm_context X-Git-Tag: fixes-against-v3.18-rc2~128^2~8^2~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bd2ac3dae74ee25c5ea171cb572731c7a89c248;p=pandora-kernel.git ASoC: Remove CODEC pointer from snd_soc_dapm_context The only remaining user of the CODEC pointer in the DAPM struct is to initialize the CODEC pointer in the widget struct. The later is scheduled for removal, but has still a few users left. For now use dapm->component->codec to initialize it. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed