diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2024-10-24 04:29:52 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-11-01 17:48:15 +0300 |
commit | cb18cd26039f5cdecb0ac53fb447b6f0859f3d1c (patch) | |
tree | 04c7ab97f88a534ee487d1876cee7a407bc7a6ae /tools/perf/scripts/python/gecko.py | |
parent | c59db5ed233a19f6aadd086fb89149ec5f6fa855 (diff) | |
download | linux-cb18cd26039f5cdecb0ac53fb447b6f0859f3d1c.tar.xz |
ASoC: soc-core: do rtd->id trick at snd_soc_add_pcm_runtime()
qcom/qdsp6 want to use irregular rtd->id because of its topology.
Current code is calculating it at soc_init_pcm_runtime() which calls
soc_new_pcm(), and it doesn't save it to rtd->id.
Let's calculate and save it to rtd at snd_soc_add_pcm_runtime()
which create rtd and connect related components.
But, this feature should be implemented by using "dai_link" instead
of "component". Add FIXME as comment.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87r086b84w.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions