Re: [PATCH 0/4] ASoC: Constify static snd_pcm_hardware

2024-05-07 Thread Mark Brown
On Mon, 29 Apr 2024 13:48:45 +0200, Krzysztof Kozlowski wrote: > No dependencies. > > Static 'struct snd_pcm_hardware' is not modified by few drivers and its > copy is passed to the core, so it can be made const for increased code > safety. > > Best regards, > Krzysztof > > [...] Applied to

[PATCH 0/4] ASoC: Constify static snd_pcm_hardware

2024-04-29 Thread Krzysztof Kozlowski
No dependencies. Static 'struct snd_pcm_hardware' is not modified by few drivers and its copy is passed to the core, so it can be made const for increased code safety. Best regards, Krzysztof --- Krzysztof Kozlowski (4): ASoC: qcom: Constify static snd_pcm_hardware ASoC: fsl: Constif