linux/sound/soc/mediatek/mt8173
Uwe Kleine-König 130af75b5c
ASoC: Switch back to struct platform_driver::remove()
After commit 0edb555a65 ("platform: Make platform_driver::remove()
return void") .remove() is (again) the right callback to implement for
platform drivers.

Convert all drivers below sound/soc to use .remove(), with the eventual
goal to drop struct platform_driver::remove_new(). As .remove() and
.remove_new() have the same prototypes, conversion is done by just
changing the structure member name in the driver initializer.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Link: https://patch.msgid.link/20240909151230.909818-2-u.kleine-koenig@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2024-09-09 18:26:49 +01:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mt8173-afe-common.h ASoC: mediatek: switch to SPDX license tag 2018-04-26 15:09:36 +01:00
mt8173-afe-pcm.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
mt8173-max98090.c ASoC: mt8173-max98090: Drop unused include 2023-10-09 14:27:45 +01:00
mt8173-rt5650-rt5514.c ASoC: mt8173-rt5650-rt5514: Drop unused includes 2023-10-09 14:27:46 +01:00
mt8173-rt5650-rt5676.c ASoC: mt8173-rt5650-rt5676: Drop unused includes 2023-10-09 14:27:47 +01:00
mt8173-rt5650.c ASoC: mt8173-rt5650: Drop unused includes 2023-10-09 14:27:48 +01:00