]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: wss: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:48:48 +0000 (10:48 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:02 +0000 (07:25 +0100)
commit8d0a76555bd5e8c36612e2eeede350b62afdc31f
tree4f9ddd4f465949f487d7ad23e5090167b8e90f89
parentcef608d9eb1769207041f5d49feb71f95ba50db3
ALSA: wss: Use managed buffer allocation

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

Link: https://lore.kernel.org/r/20191209094943.14984-17-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/wss/wss_lib.c