Re: [PATCH 0/4] ASoC: rt*: Constify static structs

2021-03-01 Thread Mark Brown
On Wed, 24 Feb 2021 22:19:14 +0100, Rikard Falkeborn wrote: > Constify a number of static structs that are never modified in RealTek > codecs. The most important patches are the first two, which constifies > snd_soc_dai_ops and sdw_slave_ops, both which contain function pointers. > The other two pa

[PATCH 0/4] ASoC: rt*: Constify static structs

2021-02-24 Thread Rikard Falkeborn
Constify a number of static structs that are never modified in RealTek codecs. The most important patches are the first two, which constifies snd_soc_dai_ops and sdw_slave_ops, both which contain function pointers. The other two patches are for good measure, since I was already touching the code th