OSDN Git Service

ASoC: txx9: Use managed buffer allocation
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 14:26:04 +0000 (15:26 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 11 Dec 2019 16:43:24 +0000 (16:43 +0000)
commitffe119308cf6f174eb65e2a7c023c85178f5109c
treea85d4e22ff56ea9c1d969276712e528e9532ec3b
parent6f7aff352e690bd167d97f8354543855cf6c34b8
ASoC: txx9: Use managed buffer allocation

Clean up the driver with the new managed buffer allocation API.
The hw_free callback became superfluous and got dropped.

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