diff options
author | 2018-11-30 02:04:13 +0000 | |
---|---|---|
committer | 2018-12-04 16:28:03 +0000 | |
commit | b6f3fc005a2c8b425d7a0973b43bef05890bf479 (patch) | |
tree | 969a79165d068bd55b81cb2fe14a68b82e63ac87 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ASoC: rsnd: add missing TDM Split mode support for simple-card (diff) | |
download | wireguard-linux-b6f3fc005a2c8b425d7a0973b43bef05890bf479.tar.xz wireguard-linux-b6f3fc005a2c8b425d7a0973b43bef05890bf479.zip |
ASoC: simple-card-utils: fixup asoc_simple_card_get_dai_id() counting
asoc_simple_card_get_dai_id() returns DAI ID, but it is based on
DT node's "endpoint" position.
Almost all cases 1 port has 1 endpoint, thus, it was no problem.
But in reality, port : endpoint = 1 : N, thus, counting endpoint
is BUG, it should based on "port" ID.
This patch fixup it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions