commit | 57e960f0020ec46db277426762ba5ffe77e03e3c | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Dec 11 18:20:19 2019 +0100 |
committer | Mark Brown <broonie@kernel.org> | Thu Dec 12 15:41:22 2019 +0000 |
tree | 8d9e734414d0364056790fdada2d968963e1a8b8 | |
parent | bf523463d8c38cd92424ed011b90769c29ef99ce [diff] |
ASoC: SOF: Use managed buffer allocation Clean up the drivers with the new managed buffer allocation API. The superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped. Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Cc: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://lore.kernel.org/r/20191211172019.23206-2-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>