On 17/06/2024 17:11, Mark Brown wrote:
On Mon, Jun 17, 2024 at 03:03:18PM +0200, Krzysztof Kozlowski wrote:
Make few pointers in ASoC functions as pointers to const, so the code is clearer to read, a bit safer and allows further constifications (e.g. placing some data as rodata).
Best regards, Krzysztof
Krzysztof Kozlowski (6): ASoC: Constify of_phandle_args in snd_soc_dai_driver ASoC: Constify of_phandle_args in snd_soc_dai_link_component ASoC: Constify passed data to core function ASoC: Constify DAI passed to get_channel_map ASoC: Constify return of snd_soc_dai_get_pcm_stream() ALSA: Cleanup trailing white-spaces
Why is this random ALSA patch which seems off topic for the rest of the series mixed in here?
While checking all possible references around ASoC PCM, I apparently ended up there and spotted things to improve. No dependencies, I should sent it separately.
Best regards, Krzysztof