mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-24 23:54:24 +00:00
ENGR00131389: remove "area->vm_ops->open" calling in imx-pcm.c to support IRAM playback
This commit is contained in:
@@ -106,9 +106,6 @@ static int imx_iram_audio_playback_mmap(struct snd_pcm_substream *substream,
|
||||
ret =
|
||||
remap_pfn_range(area, area->vm_start, phys >> PAGE_SHIFT,
|
||||
size, area->vm_page_prot);
|
||||
if (ret == 0)
|
||||
area->vm_ops->open(area);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user