commit | 30f2ce712d29325b0150243a9a2dd215c2ff60c8 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Nov 05 16:18:49 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Nov 06 15:47:43 2019 +0100 |
tree | 7796850895a997e77c35727c89691906ec0e9b3d | |
parent | d5dec270c00c155db64c3d2151b94002dfb2c6c7 [diff] |
ALSA: mips: 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-18-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>