diff options
author | Kuninori Morimoto <[email protected]> | 2022-09-20 06:32:16 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-09-20 12:19:30 +0100 |
commit | 3989ade2d1e7ffc900e3842dc542b9e4bb3618fe (patch) | |
tree | ae4825ba231103b65f7d9bcd4aeef53c98444635 /tools/perf/scripts/python/libxed.py | |
parent | 5ba3522cf8b9f3a9f6cbbde1d1e9217e518e0e0a (diff) |
ASoC: soc.h: remove num_cpus/codecs
Current rtd has both dai_link pointer (A) and num_cpus/codecs (B).
(A) rtd->dai_link = dai_link;
(B) rtd->num_cpus = dai_link->num_cpus;
(B) rtd->num_codecs = dai_link->num_codecs;
But, we can get num_cpus/codecs (B) via dai_link (A).
This means we don't need to keep num_cpus/codecs on rtd.
This patch removes these.
Signed-off-by: Kuninori Morimoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions