ALSA: pmac: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:49:30 +0000 (10:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:19 +0000 (07:25 +0100)
commit01001fa1c79e2bb6698c289010352cae7b0a142d
tree0bd6c627ce397dfcc28ff1ded0350a9a9ffa2fc4
parent6dfa8fd598ecf732768ae77e7e08516efd6e71ab
ALSA: pmac: 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-59-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ppc/pmac.c