diff options
author | Ranjani Vaidyanathan-RA5478 <Ranjani.Vaidyanathan@freescale.com> | 2009-09-11 14:01:16 -0500 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-02-12 17:19:17 +0100 |
commit | 5e1987d86df14dc18fb054edf265738a6d2120cd (patch) | |
tree | 3bb57779e7b261ad9cba21eef65d44c5444ae4f6 /sound | |
parent | cdde68e3a7d4cbf4701005ab6032366e76009419 (diff) |
ENGR00116479: Ported DVFS-CORE and audio pop issue from Apollo project.
Fix the audio pop issue that is caused whenever the system enters and
exits LP-APM mode.
Added some more working points for DVFS-CORE.
Signed-off-by: Ranjani Vaidyanathan-RA5478 <Ranjani.Vaidyanathan@freescale.com>
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, |