]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1383a5d11f2f490e1a959a8e991cc317efde76be
treedc7a9b80096c9e55d59c743d499e75939829eb53
parent8bc585b4e16ed39798521d02c2e9fc25880093e1
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 7f5f21c1d0d78 ("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