ALSA: caiaq: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:49:37 +0000 (10:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:22 +0000 (07:25 +0100)
commit1075b321ab4300e5ee73eeb97980b45bc2ce13b6
treebfe8f13e581fed4d3279aa9175f94a0062b10916
parenta3c10ea47e6dd087e92e8ebbc7844ea48c4c17c3
ALSA: caiaq: Use managed buffer allocation

Clean up the driver with the new managed buffer allocation API.
The hw_params callback became superfluous and dropped.
The hw_free callback still remains because of the substream
deactivation sync call.

Link: https://lore.kernel.org/r/20191209094943.14984-66-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/caiaq/audio.c