commit | 0dd323695c7b8dc33c6dc2d23bbe99a8ecd5d627 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Dec 09 10:49:22 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Dec 11 07:25:15 2019 +0100 |
tree | 2b56e365eafaf6911e2c3096a6a2b1526e0abb18 | |
parent | fdaad162a4f32cedbfacdf45589f30be6beae1fc [diff] |
ALSA: riptide: 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. Link: https://lore.kernel.org/r/20191209094943.14984-51-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>