From: Lars-Peter Clausen Date: Mon, 10 Nov 2014 21:41:53 +0000 (+0100) Subject: ASoC: ac97: Push snd_ac97 pointer to the driver level X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~20^2~23^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=358a8bb5628420529e4f0b77068155ca8fa8973b;p=pandora-kernel.git ASoC: ac97: Push snd_ac97 pointer to the driver level Now that the ASoC core no longer needs a handle to the AC'97 device that is associated with a CODEC we can remove it from the snd_soc_codec struct and push it into the individual driver state structs like we do for other communication buses. Doing so creates a clean separation between the AC'97 bus support and the ASoC core. Signed-off-by: Lars-Peter Clausen Acked-by: Charles Keepax Signed-off-by: Mark Brown --- Reading git-diff-tree failed