ASoC: soc-dapm: don't use rtd->cpu_dai on for_each_rtd_cpu_dai()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 27 Feb 2020 01:47:02 +0000 (10:47 +0900)
committerMark Brown <broonie@kernel.org>
Fri, 28 Feb 2020 17:28:30 +0000 (17:28 +0000)
commitac5bf39e39683c6f06c2e5b4baf27c7208f0c86d
treedc7a9b80096c9e55d59c743d499e75939829eb53
parent1a1b3743487317514f7d5d66dd9d6c9233321eba
ASoC: soc-dapm: don't use rtd->cpu_dai on for_each_rtd_cpu_dai()

soc_dapm_stream_event() is using for_each_rtd_cpu_dais().
It should use "cpu_dai", instead of "rtd->cpu_dai".
This patch fixup it.

Fixes: commit de6214a33633d ("ASoC: Add multiple CPU DAI support in DAPM")
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87pne07qeh.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-dapm.c