linux/sound/soc/ux500
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
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile ASoC: ux500: Use *-y instead of *-objs in Makefile 2024-05-08 11:39:37 +09:00
mop500_ab8500.c ASoC: ux500: convert not to use asoc_xxx() 2023-09-25 14:16:31 +02:00
mop500_ab8500.h ASoC: ux500: Remove some leftover from the "Replace GPLv2 boilerplate/reference with SPDX" rules 2022-06-06 12:38:28 +01:00
mop500.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
ux500_msp_dai.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
ux500_msp_dai.h ASoC: ux500: Remove some leftover from the "Replace GPLv2 boilerplate/reference with SPDX" rules 2022-06-06 12:38:28 +01:00
ux500_msp_i2s.c ASoC: ux500: remove stedma40 references 2023-01-20 12:05:57 +00:00
ux500_msp_i2s.h ASoC: ux500: remove stedma40 references 2023-01-20 12:05:57 +00:00
ux500_pcm.c ASoC: ux500: convert not to use asoc_xxx() 2023-09-25 14:16:31 +02:00
ux500_pcm.h ASoC: ux500: Remove some leftover from the "Replace GPLv2 boilerplate/reference with SPDX" rules 2022-06-06 12:38:28 +01:00