On 17/06/2024 13:24, Herve Codina wrote: > Hi Krzysztof, > > On Mon, 17 Jun 2024 11:21:52 +0200 > Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > >> The static arrays passed as 'auto_selectable_formats' are not modified >> by the drivers nor by the core code, so make it const for code safety. >> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> >> --- >> sound/soc/codecs/ak4613.c | 2 +- >> sound/soc/codecs/da7213.c | 2 +- >> sound/soc/codecs/hdmi-codec.c | 2 +- >> sound/soc/codecs/idt821034.c | 2 +- >> sound/soc/codecs/pcm3168a.c | 2 +- >> sound/soc/codecs/peb2466.c | 2 +- >> sound/soc/generic/test-component.c | 2 +- >> sound/soc/sh/fsi.c | 2 +- >> sound/soc/sh/rcar/core.c | 2 +- >> sound/soc/soc-utils.c | 2 +- >> 10 files changed, 10 insertions(+), 10 deletions(-) >> > > I think you miss sound/soc/codecs/framer-codec.c Yes, indeed, thanks! Best regards, Krzysztof