staging: most: Convert to the common vmalloc memalloc
authorTakashi Iwai <tiwai@suse.de>
Mon, 4 Nov 2019 15:16:57 +0000 (16:16 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 9 Nov 2019 17:04:19 +0000 (18:04 +0100)
commit9cb7831384cefdb91378738b66c7f3e1bfd7e26c
tree4f108b6abd04ce9cc6220301eaa95e837b007d88
parent67b2945d632328fa0245279e8281e34bf1c78ae2
staging: most: 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

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>
drivers/staging/most/sound/sound.c