ALSA: vx: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:48:40 +0000 (10:48 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:24:58 +0000 (07:24 +0100)
commit8f326303b0d89a6f7efaa56e4c02d6584c6d61df
tree6fbaa821f07f2c29b1085a16db22280650750ff6
parentd635f09e919e6ea9214a7676e26ef6755b3453a0
ALSA: vx: Use managed buffer allocation

Clean up the driver with the new managed buffer allocation API.
The hw_params and hw_free callbacks became superfluous and got
dropped.

Link: https://lore.kernel.org/r/20191209094943.14984-9-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/vx/vx_pcm.c