commit | b29e5ef15115cd77cdd250b7ec4fdb4cb8d40ddd | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Nov 05 16:18:41 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Nov 06 15:47:42 2019 +0100 |
tree | e2be0911ba6bfb304a00a780c36ef8ba98a1e13f | |
parent | b315997d7c2295b2b32cb661a584208ab05ffaea [diff] |
ALSA: aloop: Convert to the common vmalloc memalloc 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. (*) 1fe7f397cfe2: ALSA: memalloc: Add vmalloc buffer allocation support 7e8edae39fd1: ALSA: pcm: Handle special page mapping in the default mmap handler Link: https://lore.kernel.org/r/20191105151856.10785-10-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>