From: Mark Brown Date: Sun, 20 Jan 2013 10:01:03 +0000 (+0900) Subject: ASoC: wm_adsp: Use GFP_DMA for things that may be DMAed X-Git-Tag: v3.8-rc6~9^2~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7881fd0fb3ecc9e367ba998a4de533e7eecbdfeb;p=pandora-kernel.git ASoC: wm_adsp: Use GFP_DMA for things that may be DMAed Normally kmalloc() returns things that are DMA safe so not visible on all platforms but we do need to explicitly request DMA safe memory. Signed-off-by: Mark Brown --- Reading git-diff-tree failed