From: Lars-Peter Clausen Date: Fri, 22 Mar 2013 13:12:11 +0000 (+0100) Subject: ASoC: mmp-pcm: Allocate dma filter parameters on the stack X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~52^2~42^2~17^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac581e60dfb4cc55ac20cca18202c7689d324aa7;p=pandora-kernel.git ASoC: mmp-pcm: Allocate dma filter parameters on the stack The dma filter parameters are only used within filter callback, so there is no need to allocate them on the heap and keep them around until the PCM has been closed. Signed-off-by: Lars-Peter Clausen Tested-by: Shawn Guo Signed-off-by: Mark Brown --- Reading git-diff-tree failed