commit | 76178cc7d5eb6dc881c3fccab882802e5d16f790 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Dec 09 10:49:05 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Dec 11 07:25:09 2019 +0100 |
tree | e9fec27386ed30f676052e2c9119375a6943b153 | |
parent | c6071300ac85b0db5cce715fa5bc3727251fb65a [diff] |
ALSA: ctxfi: 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-34-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>