On Mon, 26 Jul 2021 19:46:14 +0200, Vitaly Rodionov wrote: > --- a/sound/pci/hda/Kconfig > +++ b/sound/pci/hda/Kconfig > @@ -150,6 +150,7 @@ comment "Set to Y if you want auto-loading the codec driver" > config SND_HDA_CODEC_CIRRUS > tristate "Build Cirrus Logic codec support" > select SND_HDA_GENERIC > + select SND_HDA_CODEC_CS8409 > help > Say Y or M here to include Cirrus Logic codec support in > snd-hda-intel driver, such as CS4206. This reverse-selection doesn't make sense, as both modules should be completely individual. thanks, Takashi