ALSA: mark all struct bus_type as const
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Dec 2023 13:34:46 +0000 (14:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 30 Dec 2023 09:10:41 +0000 (10:10 +0100)
commit66e82d219924f6112509f7e8f8e687fcc81a16e3
tree1b6b2906f607cd81e85583a94ee6a0e5e4ee44ac
parent64bf8dec54cfe57f416884a6b3d54c7f4259e93f
ALSA: mark all struct bus_type as const

Now that the driver core can properly handle constant struct bus_type,
move all of the sound subsystem struct bus_type structures as const,
placing them into read-only memory which can not be modified at runtime.

Note, this fixes a duplicate definition of ac97_bus_type, which somehow
was declared extern in a .h file, and then static as a prototype in a .c
file, and then properly later on in the same .c file.  Amazing that no
compiler warning ever showed up for this.

Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: Dawei Li <set_pte_at@outlook.com>
Cc: Yu Liao <liaoyu15@huawei.com>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: linux-sound@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/2023121945-immersion-budget-d0aa@gregkh
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/ac97_codec.h
include/sound/hdaudio.h
sound/ac97/bus.c
sound/ac97_bus.c
sound/hda/hda_bus_type.c