]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
ALSA: sgio2audio: Remove usage of dropped hw_params/hw_free functions
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 6 Mar 2020 10:58:37 +0000 (11:58 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 6 Mar 2020 11:06:41 +0000 (12:06 +0100)
commit95dbf14b236f3147f716cd159bd29461916c610e
tree0f4dc101b82383e1abf09accbff5504614db323c
parent8b33a134a9cc2a501f8fc731d91caef39237d495
ALSA: sgio2audio: Remove usage of dropped hw_params/hw_free functions

Commit ee88f4ebe575 ("ALSA: mips: Use managed buffer allocation") removed
superfluous hw_params/hw_free callbacks, but forgot to remove them where
they were used.

Fixes: ee88f4ebe575 ("ALSA: mips: Use managed buffer allocation")
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Link: https://lore.kernel.org/r/20200306105837.31523-1-tsbogend@alpha.franken.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/mips/sgio2audio.c