ASoC: rt5677-spi: Convert to the common vmalloc memalloc
authorTakashi Iwai <tiwai@suse.de>
Fri, 8 Nov 2019 09:46:39 +0000 (10:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 9 Nov 2019 17:02:53 +0000 (18:02 +0100)
commitf541220cd590e4a7436913d6f7d41ff4aba67982
tree00ea099dcb4633bfbe1a4718304ad4b9f60ac6e3
parentb01aa131fae9da3c1898baff17176307c0e23e12
ASoC: rt5677-spi: 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: Mark Brown <broonie@kernel.org>
Acked-by: Curtis Malainey <cujomalainey@chromium.org>
Link: https://lore.kernel.org/r/20191108094641.20086-7-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/codecs/rt5677-spi.c