]> git.baikalelectronics.ru Git - kernel.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)
commitbc9f5287a1cb7f628675a20b45756562234d579b
tree0f4dc101b82383e1abf09accbff5504614db323c
parent4fd2f0fa302e680cc877ee989de0d7870763e1fe
ALSA: sgio2audio: Remove usage of dropped hw_params/hw_free functions

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

Fixes: 4b06d1bfa088 ("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