Re: [PATCH 00/13] ASoC: Use snd_soc_substream_to_rtd() for accessing private_data

2024-05-07 Thread Mark Brown
On Tue, 30 Apr 2024 16:02:09 +0200, Krzysztof Kozlowski wrote: > Do not open-code snd_soc_substream_to_rtd() when accessing > snd_pcm_substream->private_data. This makes code more consistent with > rest of ASoC and allows in the future to move the field to any other > place or add additional check

[PATCH 00/13] ASoC: Use snd_soc_substream_to_rtd() for accessing private_data

2024-04-30 Thread Krzysztof Kozlowski
Hi, Do not open-code snd_soc_substream_to_rtd() when accessing snd_pcm_substream->private_data. This makes code more consistent with rest of ASoC and allows in the future to move the field to any other place or add additional checks in snd_soc_substream_to_rtd(). Best regards, Krzysztof --- Krz