OSDN Git Service

ALSA: ml403: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:48:38 +0000 (10:48 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:24:57 +0000 (07:24 +0100)
commitcbd0719d5115a70bd1a1a8958eef504ddb867368
treef8454dc3d17903adb568ca79a6e48442adb1e294
parentef1545b8f35e230e7e7aae7d01647d151fd8e87a
ALSA: ml403: Use managed buffer allocation

Clean up the driver with the new managed buffer allocation API.
The hw_params and hw_free callbacks became superfluous (they were only
useless debug prints) and got dropped.

Link: https://lore.kernel.org/r/20191209094943.14984-7-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/ml403-ac97cr.c