diff options
author | Trevor Wu <[email protected]> | 2023-03-01 19:02:00 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-03-01 14:49:17 +0000 |
commit | b56ec2992a2e43bc3e60d6db86849d31640e791f (patch) | |
tree | 29919164961436d2cfa22edda3982311ce1527ed /tools/perf/scripts/python/task-analyzer.py | |
parent | 23badca4248a9a467f630adbd1557f664585e1db (diff) |
ASoC: mediatek: mt8195: add missing initialization
In etdm dai driver, dai_etdm_parse_of() function is used to parse dts
properties to get parameters. There are two for-loops which are
sepearately for all etdm and etdm input only cases. In etdm in only
loop, dai_id is not initialized, so it keeps the value intiliazed in
another loop.
In the patch, add the missing initialization to fix the unexpected
parsing problem.
Fixes: 1de9a54acafb ("ASoC: mediatek: mt8195: support etdm in platform driver")
Signed-off-by: Trevor Wu <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions