commit | fe9912ac58e4fa205faabcccc980eb834cc5f1aa | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Dec 10 15:25:53 2019 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Dec 11 16:43:18 2019 +0000 |
tree | a9eab86f377ff3fbc62ae9993539fbd6091c5c5a | |
parent | a4072cdfa9fe79adcd41320355847e77de22baf0 [diff] |
ASoC: au1x: 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. Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://lore.kernel.org/r/20191210142614.19405-3-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>