ALSA: sonicvibes: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:49:25 +0000 (10:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:17 +0000 (07:25 +0100)
commit3e1ee04ba9ea9129c8d5bb8809866ea38e7794c2
treeca9816756a49f643f791795958d6951549e3eaea
parentff3eb3d51be9d191fe3e663d0e95ed8b28824a89
ALSA: sonicvibes: 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-54-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/sonicvibes.c