OSDN Git Service

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