ASoC: codecs: es8326: Fix DTS properties reading
authorAlexey Firago <a.firago@yadro.com>
Sat, 4 Feb 2023 19:51:06 +0000 (22:51 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 6 Feb 2023 13:12:34 +0000 (13:12 +0000)
commitfe1e7e8ce2c47bd8fd9885eab63fca0a522e94c9
tree708dbc2e134f5cc0de9cd2e6d9c0be4fb627581c
parent2e7c6652f9b86c01cbd4e988057a746a3a461969
ASoC: codecs: es8326: Fix DTS properties reading

Seems like properties parsing and reading was copy-pasted,
so "everest,interrupt-src" and "everest,interrupt-clk" are saved into
the es8326->jack_pol variable. This might lead to wrong settings
being saved into the reg 57 (ES8326_HP_DET).

Fix this by using proper variables while reading properties.

Signed-off-by: Alexey Firago <a.firago@yadro.com>
Reviewed-by: Yang Yingliang <yangyingliang@huawei.com
Link: https://lore.kernel.org/r/20230204195106.46539-1-a.firago@yadro.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8326.c