From: Lars-Peter Clausen Date: Fri, 14 Mar 2014 08:26:11 +0000 (+0100) Subject: ASoC: sirf-audio-codec: Remove snd_soc_codec_set_cache_io() call X-Git-Tag: v3.15-rc1~36^2~1^2~3^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfe723f6eae285e399615d99f297d1646a6253fe;p=pandora-kernel.git ASoC: sirf-audio-codec: Remove snd_soc_codec_set_cache_io() call There was a overlap between the snd_soc_codec_set_cache_io() cleanup and the addition of the sirf-audio-codec resulting in the sirf-audio-codec driver still using the old signature of snd_soc_codec_set_cache_io(), which will cause a compile error. Since the core is able to automatically setup IO for this driver we can just remove both the snd_soc_set_cache_io() call and the control_data assignment. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed