commit | 2c7c9630db45129838ed09f0ada718b0ac222377 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Dec 10 15:26:00 2019 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Dec 11 16:46:12 2019 +0000 |
tree | 6697477ea961a2e6ae0db57fe407d4b13ef6b26f | |
parent | 55df47f2300e7cdb2bb3ca1209ec0b938459fc8f [diff] |
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>