]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
{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)
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.


Trivial merge