aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2026-05-13 18:27:58 +0200
committerTakashi Iwai <tiwai@suse.de>2026-05-15 09:08:04 +0200
commit2891bb13ef158281736b6314b1ceaef6d08d57f4 (patch)
treeacab10b851c512db4ebe6a4c5d368bc11b03196d /sound
parent67c73815220784074ff13ec07df955911caf1b73 (diff)
downloadlinux-next-history-2891bb13ef158281736b6314b1ceaef6d08d57f4.tar.gz
ALSA: hda/cs35l56: Drop malformed default N from Kconfig
First of all, it has to be 'default n' (small letter n), otherwise it looks for CONFIG_N which is absent and in case of appearance will enable something unrelated. Second and most important is that 'n' *is* the default 'default' already. Hence just drop malformed line. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20260513162758.365972-1-andriy.shevchenko@linux.intel.com
Diffstat (limited to 'sound')
-rw-r--r--sound/hda/codecs/side-codecs/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/hda/codecs/side-codecs/Kconfig b/sound/hda/codecs/side-codecs/Kconfig
index fc5651e555e3c..e51964c0a0916 100644
--- a/sound/hda/codecs/side-codecs/Kconfig
+++ b/sound/hda/codecs/side-codecs/Kconfig
@@ -94,7 +94,6 @@ menu "CS35L56 driver options"
config SND_HDA_SCODEC_CS35L56_CAL_DEBUGFS
bool "CS35L56 create debugfs for factory calibration"
- default N
depends on DEBUG_FS
select SND_SOC_CS35L56_CAL_DEBUGFS_COMMON
help