ALSA: aoa: make remove callback of soundbus driver void returned
authorDawei Li <set_pte_at@outlook.com>
Fri, 6 Jan 2023 15:17:46 +0000 (23:17 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 25 Jan 2023 08:34:29 +0000 (09:34 +0100)
commit47c59e0c213fc87d054bda9c9e0e31e82dfae0d4
tree3a791cf0c5499e669c337401cb1f4005a289505b
parent7351324c6f486ae35865b430c8e30f07da9f378e
ALSA: aoa: make remove callback of soundbus driver void returned

Since commit fc7a6209d571 ("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>
sound/aoa/fabrics/layout.c
sound/aoa/soundbus/soundbus.h