mirror of
https://github.com/torvalds/linux.git
synced 2026-05-09 16:49:47 -04:00
The recent change (*) in the ALSA memalloc core allows us to drop the special vmalloc-specific allocation and page handling. This patch coverts to the common code. (*)1fe7f397cf: ALSA: memalloc: Add vmalloc buffer allocation support7e8edae39f: ALSA: pcm: Handle special page mapping in the default mmap handler Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20191108164528.998-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>