ALSA: ps3: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2019 09:49:31 +0000 (10:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:19 +0000 (07:25 +0100)
commit377d870e5456ba202dacaf9b730fe68d369f7099
tree0afca6db7512084953828fe425aef69650c3c30c
parent01001fa1c79e2bb6698c289010352cae7b0a142d
ALSA: ps3: 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-60-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ppc/snd_ps3.c