ASoC: Use snd_soc_substream_to_rtd() for accessing
authorMark Brown <broonie@kernel.org>
Tue, 7 May 2024 01:38:02 +0000 (10:38 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 7 May 2024 01:38:02 +0000 (10:38 +0900)
Merge series from Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>:

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().

1  2 
sound/soc/qcom/qdsp6/q6apm-dai.c

Simple merge