summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorYassine Oudjana <y.oudjana@protonmail.com>2022-06-22 10:17:45 +0400
committerMark Brown <broonie@kernel.org>2022-07-07 17:16:24 +0100
commita5d6d28e2ea38dff017cb562dfbe0259d093a851 (patch)
treed9645684f7cb719ae8415832d66428b94ab8c2ee /tools/perf/scripts/python
parent7d90c8e6396ba245da16bedd789df6d669375408 (diff)
ASoC: wcd9335: Use int array instead of bitmask for TX mixers
Currently slim_tx_mixer_get reports all TX mixers as enabled when at least one is, due to it reading the entire tx_port_value bitmask without testing the specific bit corresponding to a TX port. Furthermore, using the same bitmask for all capture DAIs makes setting one mixer affect them all. To prevent this, and since the SLIM TX muxes effectively only connect to one of the mixers at a time, turn tx_port_value into an int array storing the DAI index each of the ports is connected to. Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com> Link: https://lore.kernel.org/r/20220622061745.35399-1-y.oudjana@protonmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions