OSDN Git Service

ASoC: fsi: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 14:25:58 +0000 (15:25 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 11 Dec 2019 16:45:53 +0000 (16:45 +0000)
commit55df47f2300e7cdb2bb3ca1209ec0b938459fc8f
treec29cc0bf245540d6072c8816cbbd48643b3a2323
parent51240953f28e0528a975db686d4e9e5938d55829
ASoC: fsi: 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.

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