commit | b87ddad2773eb9a1951dd1513bee9f8a6aef7614 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Dec 09 10:49:00 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Dec 11 07:25:07 2019 +0100 |
tree | 4b23865865ef38e4f7e66ff1117ddbd05dba8490 | |
parent | 830e7b0076814a414ab96ac555cfdd5247e6f568 [diff] |
ALSA: bt87x: 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-29-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>