]> www.infradead.org Git - users/jedix/linux-maple.git/commit
{ASoC,media}: constify snd_soc_component_driver
authorMark Brown <broonie@kernel.org>
Tue, 1 Oct 2024 13:51:23 +0000 (14:51 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 1 Oct 2024 13:51:23 +0000 (14:51 +0100)
commit0243533fe2fc6b9aa9843b5cd4c1b0088b5363eb
treefdf6fa8957e829d443b58bb378f8c090874c860e
parent6e393cce8c431847f602b3b366547028e0cb296c
parent8adff2ff73d8271c993549b106b26f301fa003cf
{ASoC,media}: constify snd_soc_component_driver

Merge series from Javier Carrasco <javier.carrasco.cruz@gmail.com>:

Declare `snd_soc_component_driver` as const to move their declarations
to read-only sections for the drivers that do not modify the struct
after its declaration.

Apart from a single case under media/, the affected drivers are members
of the ASoC subsystem.