diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-12-20 02:45:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-03 17:34:23 +0100 |
commit | 1e4771a62fd7a6bab058529c450d3d87a8bd5b1a (patch) | |
tree | 4b634ae8e68c8202a1f30f507c90c8d13ca613b1 /tools | |
parent | ASoC: audio-graph-card: add 1 CPU : 1 Codec support again (diff) | |
download | linux-1e4771a62fd7a6bab058529c450d3d87a8bd5b1a.tar.xz linux-1e4771a62fd7a6bab058529c450d3d87a8bd5b1a.zip |
ASoC: audio-graph-card: add link_info
Current audio-graph-card is parsing DAI link for both "normal sound" and
"DPCM sound". On this driver, it needs to count and parse
DAIs/Links/Codec Conf from each links.
Then, counting/parsing link loop are very similar, but using different
implementation. Because of this background, the link loop code is very
mysterious. Mystery code will be trouble in the future.
To preparing cleanup code, this patch adds link_info which handles
number of DAIs/Links/Codec Conf, and CPU/Codec turn.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions