ASoC: cros_ec_codec: Convert to the common vmalloc memalloc
authorTakashi Iwai <tiwai@suse.de>
Fri, 8 Nov 2019 09:46:40 +0000 (10:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 9 Nov 2019 17:02:53 +0000 (18:02 +0100)
commite610748ad4388f02a2cd8b3ad051a662c03dbfbc
tree7c039e6f1bdad61816f3a602378cf443fed8f404
parentf541220cd590e4a7436913d6f7d41ff4aba67982
ASoC: cros_ec_codec: 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>
Link: https://lore.kernel.org/r/20191108094641.20086-8-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/codecs/cros_ec_codec.c