linux/sound/soc/bcm
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
..
bcm63xx-i2s-whistler.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
bcm63xx-i2s.h ASoC: bcm: Use platform_get_irq() to get the interrupt 2021-12-21 18:05:43 +00:00
bcm63xx-pcm-whistler.c ASoC: bcm: convert not to use asoc_xxx() 2023-09-25 14:16:18 +02:00
bcm2835-i2s.c ASoC: bcm: merge DAI call back functions into ops 2023-08-14 13:10:06 +01:00
cygnus-pcm.c ASoC: bcm: convert not to use asoc_xxx() 2023-09-25 14:16:18 +02:00
cygnus-ssp.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
cygnus-ssp.h ASoC: cygnus: Remove unused declarations 2023-08-13 18:16:53 +01:00
Kconfig ASoC: brcm: Add DSL/PON SoC audio driver 2020-03-13 16:01:35 +00:00
Makefile ASoC: bcm: Use *-y instead of *-objs in Makefile 2024-05-08 11:39:16 +09:00