ASoC: siu_pcm: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 14:26:00 +0000 (15:26 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 11 Dec 2019 16:46:12 +0000 (16:46 +0000)
commit2c7c9630db45129838ed09f0ada718b0ac222377
tree6697477ea961a2e6ae0db57fe407d4b13ef6b26f
parent55df47f2300e7cdb2bb3ca1209ec0b938459fc8f
ASoC: siu_pcm: Use managed buffer allocation

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

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20191210142614.19405-10-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/siu_pcm.c