OSDN Git Service

ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 25 Nov 2021 09:51:58 +0000 (10:51 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 25 Nov 2021 11:54:31 +0000 (11:54 +0000)
commit2039cc1da4bee1fd0df644e26b28ed769cd32a81
treeead0a1f1ad2a5f29407e3477d8b8652ac5365de1
parent49f893253ab43566e34332a969324531fea463f6
ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead

Commit 045442228868 ("ASoC: codecs: wcd938x: add audio routing and
Kconfig") adds SND_SOC_WCD937X, which does not exist, and
SND_SOC_WCD938X, which seems not really to be the intended config to be
selected, but only a supporting config symbol to the actual config
SND_SOC_WCD938X_SDW for the codec.

Add SND_SOC_WCD938_SDW to the list instead of SND_SOC_WCD93{7,8}X.

The issue was identified with ./scripts/checkkconfigsymbols.py.

Fixes: 045442228868 ("ASoC: codecs: wcd938x: add audio routing and Kconfig")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20211125095158.8394-3-lukas.bulwahn@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig