From: Takashi Iwai Date: Thu, 26 Nov 2009 11:40:21 +0000 (+0100) Subject: ALSA: pcm - Use dma_mmap_coherent() if available X-Git-Tag: v2.6.33-rc1~390^2~3^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=657b1989dacf58e83e7a76bca6d4a91a9f294cf6;p=pandora-kernel.git ALSA: pcm - Use dma_mmap_coherent() if available Use dma_mmap_coherent() for mmapping the buffers allocated via dma_alloc_coherent() if available. Currently, only ARM has this function, so we do temporarily have an ifdef pcm_native.c. This should be handled better globally in future. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed