]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: es18xx: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:48:45 +0000 (10:48 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:00 +0000 (07:25 +0100)
commit0efb83723f263e5203d8a431da4b7238cbb0e98a
tree643ec7082d55bc402debd2594a96f01799158972
parentc3c5d7406ff3ee74fe00491f29b5fe20ee4e6d10
ALSA: es18xx: 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-14-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/es18xx.c