Re: [PATCH 1/8] ASoC: codecs: Constify regmap configuration static variables

2025-05-29 Thread Srinivas Kandagatla
On 5/28/25 8:59 PM, Krzysztof Kozlowski wrote: > Static arrays/structs for regmap configuration like 'struct > reg_default', 'struct reg_sequence' and others are not modified so can > be changed to const for more safety. > > Signed-off-by: Krzysztof Kozlowski > --- > sound/soc/codecs/cs35l36.

Re: [PATCH 1/8] ASoC: codecs: Constify regmap configuration static variables

2025-05-29 Thread Charles Keepax
On Wed, May 28, 2025 at 09:59:55PM +0200, Krzysztof Kozlowski wrote: > Static arrays/structs for regmap configuration like 'struct > reg_default', 'struct reg_sequence' and others are not modified so can > be changed to const for more safety. > > Signed-off-by: Krzysztof Kozlowski > --- > sound/