]> Git Repo - linux.git/commit
ASoC: mediatek: mt8188: add missing initialization
authorTrevor Wu <[email protected]>
Wed, 1 Mar 2023 11:01:59 +0000 (19:01 +0800)
committerMark Brown <[email protected]>
Wed, 1 Mar 2023 14:49:16 +0000 (14:49 +0000)
commit23badca4248a9a467f630adbd1557f664585e1db
treee83e4d3e2028687cdbe08c55a7efc45858c94b0f
parente48223e36001980318ed886b2fdc1157009d280b
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 <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
sound/soc/mediatek/mt8188/mt8188-dai-etdm.c
This page took 0.044887 seconds and 4 git commands to generate.