commit | 30b7ba6972d59cdf3ffce161ab9005a5f7562f9f | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jun 09 18:25:51 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jun 10 10:15:21 2021 +0200 |
tree | afd4532fa65453e22d32e598e3aa528934f87786 | |
parent | a202bd1ad86d59c07f24f0a201c5ade320b51e30 [diff] |
ALSA: core: Add continuous and vmalloc mmap ops The mmap of continuous pages and vmalloc'ed pages are relatively easily done in a shot with the existing helper functions. Implement the mmap ops for those types, so that the mmap works without relying on the page fault handling. Link: https://lore.kernel.org/r/20210609162551.7842-6-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>