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: 32172cf3cb ("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>
pull/1354/merge
Richard Fitzgerald 2025-12-09 10:46:57 +00:00 committed by Mark Brown
parent b0ff70e9d4
commit a061deb0b4
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 1 additions and 1 deletions

View File

@ -917,7 +917,7 @@ config SND_SOC_CS35L56_CAL_DEBUGFS
config SND_SOC_CS35L56_CAL_SET_CTRL config SND_SOC_CS35L56_CAL_SET_CTRL
bool "CS35L56 ALSA control to restore factory calibration" bool "CS35L56 ALSA control to restore factory calibration"
default N default N
select SND_SOC_CS35L56_CAL_SYSFS_COMMON select SND_SOC_CS35L56_CAL_DEBUGFS_COMMON
help help
Allow restoring factory calibration data through an ALSA Allow restoring factory calibration data through an ALSA
control. This is only needed on platforms without UEFI or control. This is only needed on platforms without UEFI or