From: Daniel Mack Date: Mon, 22 Mar 2010 09:11:15 +0000 (+0100) Subject: ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream X-Git-Tag: v2.6.34-rc4~29^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f712b2b73a9fc87fcc52124cfe8adefaa0c92f5;p=pandora-kernel.git ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream This fixes a memory corruption when ASoC devices are used in full-duplex mode. Specifically for pxa-ssp code, where this pointer is dynamically allocated for each direction and destroyed upon each stream start. All other platforms are fixed blindly, I couldn't even compile-test them. Sorry for any breakage I may have caused. [Note that this is a backported version for 2.6.34. Upstream commit is fd23b7dee] Signed-off-by: Daniel Mack Reported-by: Sven Neumann Reported-by: Michael Hirsch Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed