linux/sound/soc/amd/vangogh
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
..
acp5x-i2s.c ASoC: amd: convert not to use asoc_xxx() 2023-09-25 14:16:17 +02:00
acp5x-mach.c ASoC: amd: vangogh: Drop conflicting ACPI-based probing 2023-12-18 14:03:49 +00:00
acp5x-pcm-dma.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
acp5x.h ASoC: amd: vangogh: Add check for acp config flags in vangogh platform 2023-05-30 13:43:37 +01:00
Makefile ASoC: amd: Use *-y instead of *-objs in Makefile 2024-05-08 11:39:13 +09:00
pci-acp5x.c ASoC: amd: vangogh: Switch to {RUNTIME,SYSTEM_SLEEP}_PM_OPS 2023-12-18 14:03:51 +00:00
vg_chip_offset_byte.h