ALSA: aloop: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:48:36 +0000 (10:48 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:24:56 +0000 (07:24 +0100)
commit39729889b1f58ae42036383fc51abd067eeb4af9
tree36740793009a8b30515f3787ab6ac23db3d7b444
parent37b9b9a5078aa2efe2131d7b0084ebd4192fb1f5
ALSA: aloop: Use managed buffer allocation

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

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