diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/imx/imx-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/imx/imx-pcm.c b/sound/soc/imx/imx-pcm.c index d48b40d18844..bcfc59aefb11 100644 --- a/sound/soc/imx/imx-pcm.c +++ b/sound/soc/imx/imx-pcm.c @@ -102,7 +102,7 @@ static int imx_iram_audio_playback_mmap(struct snd_pcm_substream *substream, if (off + size > SND_RAM_SIZE) return -EINVAL; - area->vm_page_prot = pgprot_nonshareddev(area->vm_page_prot); + area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); area->vm_flags |= VM_IO; ret = remap_pfn_range(area, area->vm_start, phys >> PAGE_SHIFT, |