summaryrefslogtreecommitdiff
path: root/sound/soc/qcom/lpass-platform.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-06-06 12:32:40 +0100
committerMark Brown <broonie@kernel.org>2022-06-06 12:32:40 +0100
commitbe1a63daffdd152ba4c7b71ab9fec2e39259b42b (patch)
tree982684ef31fb46935e49119274c9fe785c67b6fc /sound/soc/qcom/lpass-platform.c
parentf2906aa863381afb0015a9eb7fefad885d4e5a56 (diff)
parent07551992cdab1dcb7a17eeaf46b04913712535e8 (diff)
Merge existing fixes from asoc/for-5.19 into new branch
Diffstat (limited to 'sound/soc/qcom/lpass-platform.c')
-rw-r--r--sound/soc/qcom/lpass-platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/qcom/lpass-platform.c b/sound/soc/qcom/lpass-platform.c
index f03a7ae49d50..b41ab7a321ae 100644
--- a/sound/soc/qcom/lpass-platform.c
+++ b/sound/soc/qcom/lpass-platform.c
@@ -898,7 +898,7 @@ static int lpass_platform_cdc_dma_mmap(struct snd_pcm_substream *substream,
struct snd_pcm_runtime *runtime = substream->runtime;
unsigned long size, offset;
- vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);
+ vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot);
size = vma->vm_end - vma->vm_start;
offset = vma->vm_pgoff << PAGE_SHIFT;
return io_remap_pfn_range(vma, vma->vm_start,