commit | d7867ee7d264d4760214de2a1cb10c694d935dab | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Nov 05 16:18:45 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Nov 06 15:47:42 2019 +0100 |
tree | e689ab91c72d4fb93db41c14db029773a3c545fd | |
parent | c7b03852e74dc294d0f09c2c6f3d5e28615ce689 [diff] |
ALSA: hiface: 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-14-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>