diff options
author | Trevor Wu <trevor.wu@mediatek.com> | 2023-03-01 19:01:59 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-01 14:49:16 +0000 |
commit | 23badca4248a9a467f630adbd1557f664585e1db (patch) | |
tree | e83e4d3e2028687cdbe08c55a7efc45858c94b0f /sound/soc/codecs/wm8782.c | |
parent | e48223e36001980318ed886b2fdc1157009d280b (diff) |
ASoC: mediatek: mt8188: 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: 2babb4777489 ("ASoC: mediatek: mt8188: support etdm in platform driver")
Signed-off-by: Trevor Wu <trevor.wu@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230301110200.26177-2-trevor.wu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wm8782.c')
0 files changed, 0 insertions, 0 deletions