OSDN Git Service

ALSA: es1688: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:48:44 +0000 (10:48 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:00 +0000 (07:25 +0100)
commiteb40b64f289717e0e9d07bc57a241e692ff31640
tree4a275c9b2badad9745981bdb548fe544829dd4ae
parent427f0ea46fb041c5397abc83906b910ec9b96825
ALSA: es1688: 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-13-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/es1688/es1688_lib.c