From: Lars-Peter Clausen Date: Mon, 3 Nov 2014 09:31:48 +0000 (+0100) Subject: ASoC: Remove platform field from snd_soc_dai X-Git-Tag: omap-for-v3.20/drop-legacy-3517~123^2~20^2~26^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a374b78f5c2b5f31d35f8a7cd004989d6936756;p=pandora-kernel.git ASoC: Remove platform field from snd_soc_dai Typically a DAI does not need direct access to the platform. Currently the only user of this field is in a platform driver where we have a more direct way of getting a pointer to the platform. This patch updates the driver to use the more direct way and then removes the platform field from the snd_soc_dai struct. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed