mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
ASoC: ti: Use snd_soc_substream_to_rtd() for accessing private_data
Do not open-code snd_soc_substream_to_rtd(). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240430-asoc-snd-substream-clean-v1-3-6f8a8902b479@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
3beb985abb
commit
72a666f47f
@ -40,7 +40,7 @@ struct hdmi_audio_data {
|
||||
static
|
||||
struct hdmi_audio_data *card_drvdata_substream(struct snd_pcm_substream *ss)
|
||||
{
|
||||
struct snd_soc_pcm_runtime *rtd = ss->private_data;
|
||||
struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(ss);
|
||||
|
||||
return snd_soc_card_get_drvdata(rtd->card);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user