commit | 66b3621b8b6f3e184b5dd34358de41bcd5a73bb5 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Dec 10 15:26:08 2019 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Dec 11 16:43:27 2019 +0000 |
tree | ac8c18e06566f2497e2c8a06b5de12b27f7c2e6a | |
parent | bfddcaffd8858973385ec11c6051bb04fa685e6c [diff] |
ASoC: cros_ec_codec: Use managed buffer allocation Clean up the driver with the new managed buffer allocation API. The superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped. Cc: Cheng-Yi Chiang <cychiang@chromium.org> Cc: Benson Leung <bleung@chromium.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://lore.kernel.org/r/20191210142614.19405-18-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>