From: Takashi Iwai Date: Fri, 24 Oct 2014 10:36:23 +0000 (+0200) Subject: ALSA: pcm: Avoid mmap warnings on x86 X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~21^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49d776ffb50f2e428aafb6a6576e58e80f1e886c;p=pandora-kernel.git ALSA: pcm: Avoid mmap warnings on x86 On x86, using dma_mmap_coherent() for the pages allocated via dma_alloc_coherent() results in a warning like: aplay:32536 map pfn RAM range req uncached-minus for [mem 0x21d500000-0x21d51ffff], got write-back Until the issue is addressed in the core side, take back to the old good way in PCM code only for x86. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed