Re: Kconfig dangling references (BZ 216748)
Takashi Iwai <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.kernel,gmane.linux.ports.arm.omap,gmane.comp.hardware.openbmc,gmane.linux.sound,gmane.linux.ports.mips,gmane.comp.video.dri.devel,gmane.linux.ports.arm.kernel,gmane.linux.kernel.gpio |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 08 Dec 2025 03:04:09 +0100,
Randy Dunlap wrote:
>
> SND_SOC_AC97_BUS_NEW ---
> sound/soc/pxa/Kconfig:21: select SND_SOC_AC97_BUS_NEW
This must be a bogus entry added in commit 1c8bc7b3de5e ("ASoC: pxa:
switch to new ac97 bus support"), which can be dropped.
> SND_SOC_CS35L56_CAL_SYSFS_COMMON ---
> sound/soc/codecs/Kconfig:920: select SND_SOC_CS35L56_CAL_SYSFS_COMMON
The buggy commit was 32172cf3cb54 ("ASoC: cs35l56: Allow restoring
factory calibration through ALSA control").
This looks like a fallout at changing from sysfs to debugfs, so this
should be SND_SOC_CS35L56_CAL_DEBUGFS_COMMON instead.
thanks,
Takashi