Skip to content

Commit a061deb

Browse files
rfvirgilbroonie
authored andcommitted
ASoC: cs35l56: Fix incorrect select SND_SOC_CS35L56_CAL_SYSFS_COMMON
KConfig SND_SOC_CS35L56_CAL_SET_CTRL must select SND_SOC_CS35L56_CAL_DEBUGFS_COMMON. It incorrectly selected SND_SOC_CS35L56_CAL_SYSFS_COMMON. Fixes: 32172cf ("ASoC: cs35l56: Allow restoring factory calibration through ALSA control") Reported-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/lkml/22b92ddf-6321-41b5-8073-f9c7064d3432@infradead.org/T/#u Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://patch.msgid.link/20251209104657.485541-1-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent b0ff70e commit a061deb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ config SND_SOC_CS35L56_CAL_DEBUGFS
917917
config SND_SOC_CS35L56_CAL_SET_CTRL
918918
bool "CS35L56 ALSA control to restore factory calibration"
919919
default N
920-
select SND_SOC_CS35L56_CAL_SYSFS_COMMON
920+
select SND_SOC_CS35L56_CAL_DEBUGFS_COMMON
921921
help
922922
Allow restoring factory calibration data through an ALSA
923923
control. This is only needed on platforms without UEFI or

0 commit comments

Comments
 (0)