linux-yocto/sound/aoa/soundbus
Dawei Li 47c59e0c21 ALSA: aoa: make remove callback of soundbus driver void returned
Since commit fc7a6209d5 ("bus: Make remove callback return void")
forces bus_type::remove be void-returned, it doesn't make much sense
for any bus based driver implementing remove callbalk to return
non-void to its caller.

As such, change the remove function for soundbus based drivers to
return void.

Signed-off-by: Dawei Li <set_pte_at@outlook.com>
Link: https://lore.kernel.org/r/TYCP286MB23234FED40A3AE6797DEBAB7CAFB9@TYCP286MB2323.JPNP286.PROD.OUTLOOK.COM
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2023-01-25 09:34:29 +01:00
..
i2sbus ALSA: aoa: Fix I2S device accounting 2022-10-27 08:53:08 +02:00
core.c bus: Make remove callback return void 2021-07-21 11:53:42 +02:00
Kconfig
Makefile
soundbus.h ALSA: aoa: make remove callback of soundbus driver void returned 2023-01-25 09:34:29 +01:00
sysfs.c ALSA: aoa: Replace sprintf() with sysfs_emit() 2022-08-02 16:03:42 +02:00