From: Timur Tabi Date: Mon, 2 Aug 2010 17:44:36 +0000 (-0500) Subject: asoc/multi-component: fsl: add support for 36-bit physical addresses X-Git-Tag: v2.6.37-rc1~126^2~1^2~176^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a3c5a491af6756dbba6ee166a9dee72bb414ba8;p=pandora-kernel.git asoc/multi-component: fsl: add support for 36-bit physical addresses Update the DMA driver used by the Freescale MPC8610 HPCD audio driver to support 36-bit physical addresses, for both DMA buffers and the SSI registers. The DMA driver calls snd_dma_alloc_pages() to allocate the DMA buffers for playback and capture. This function is just a front-end for dma_alloc_coherent(). Currently, dma_alloc_coherent() only allocates buffers in low memory (it ignores GFP_HIGHMEM), so we never actually get a DMA buffer with a real 36-bit physical address. Signed-off-by: Timur Tabi Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed