OSDN Git Service

ALSA: als4000: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:48:54 +0000 (10:48 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:04 +0000 (07:25 +0100)
commit96bcfde13a1cb8979c0e4fb35f99be2d072c21bd
treebf3894b2d0e75fbca7ecbc082e85a78c23c6d69e
parent909c7d2cccc386f087cb4dcc4207b9931ddd6601
ALSA: als4000: 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-23-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/als4000.c