Javier Carrasco 447b7fdba9 media: i2c: tda1997x: constify snd_soc_component_driver struct
`tda1997x_codec_driver` is not modified after its declaration, and it
is only passed to `devm_snd_soc_register_component()`, which expects
a constant `snd_soc_component_driver`.

Move `tda1997x_codec_driver` to a read-only section by declaring it
const.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2024-08-09 07:56:38 +02:00
..
2024-03-15 11:36:54 -07:00
2024-01-22 17:23:59 +01:00
2023-08-10 07:58:41 +02:00
2023-12-13 13:21:21 +01:00
2024-02-23 14:33:32 +01:00
2024-06-04 08:31:26 +02:00
2024-06-15 11:16:40 +02:00