diff options
| author | Kuninori Morimoto <[email protected]> | 2019-12-10 09:33:40 +0900 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2019-12-10 13:13:47 +0000 |
| commit | cc73390008c9a47c49ad73c459b5590fd4c4c890 (patch) | |
| tree | 11ee22e47047c2c3ed7c237e829f362f353cdc0d /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 4f6250b82cb8f950a1b1bea62843a88bbb208187 (diff) | |
ASoC: soc-core: remove dai_link_list
ASoC is using many lists.
Now, used dai_link is listed to card as dai_link_list.
[card]->[dai_link]->[dai_link]->...
BTW, this "dai_link" is used to create "rtd".
And this rtd is listed to card as rtd_list.
[card]->[rtd]->[rtd]->...
Here, each rtd has dai_link. This means, we can track all dai_link via
rtd list. This patch removes card dai_link_list, and uses rtd_list
instead of it.
Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions