linux/sound/drivers
Uwe Kleine-König e3fc2fd77c sound: 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 platform drivers below sound 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.

On the way do a few whitespace changes to make indention consistent.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Link: https://patch.msgid.link/20241029073748.508077-2-u.kleine-koenig@baylibre.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2024-10-30 14:47:59 +01:00
..
mpu401 ALSA: mpu401_uart: Use standard print API 2024-08-08 07:47:22 +02:00
opl3 ALSA: opl3: Use standard print API 2024-08-08 07:47:22 +02:00
opl4 ALSA: opl4: Use standard print API 2024-08-08 07:47:23 +02:00
pcsp ALSA: pcsp: Use standard print API 2024-08-08 07:47:23 +02:00
vx ALSA: vx_core: Use standard print API 2024-08-08 07:47:23 +02:00
aloop.c ALSA: aloop: Allow using global timers 2024-08-18 09:55:54 +02:00
dummy.c ALSA: dummy: Use standard print API 2024-08-08 07:47:23 +02:00
Kconfig ALSA: Make SND_PCMTEST depend on DEBUG_FS 2023-08-18 09:10:22 +02:00
Makefile ALSA: drivers: Use *-y instead of *-objs in Makefile 2024-05-08 18:17:57 +02:00
mtpav.c ALSA: mtpav: Use standard print API 2024-08-08 07:47:22 +02:00
mts64.c sound: Switch back to struct platform_driver::remove() 2024-10-30 14:47:59 +01:00
pcmtest.c sound: Switch back to struct platform_driver::remove() 2024-10-30 14:47:59 +01:00
portman2x4.c sound: Switch back to struct platform_driver::remove() 2024-10-30 14:47:59 +01:00
serial-generic.c treewide, serdev: change receive_buf() return type to size_t 2024-01-27 18:13:53 -08:00
serial-u16550.c ALSA: serial-u16550: Use standard print API 2024-08-08 07:47:23 +02:00
virmidi.c ALSA: virmidi: Use standard print API 2024-08-08 07:47:23 +02:00