17 Mar
2014
17 Mar
'14
5:53 p.m.
On Fri, Mar 14, 2014 at 09:26:11AM +0100, Lars-Peter Clausen wrote:
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.
Applied, thanks.