Merge pull request #322968 from paepckehh/patch-4

linux: enable CONFIG_SND_HDA_CODEC_CS8409
This commit is contained in:
Jörg Thalheim 2024-07-09 10:55:01 +02:00 committed by GitHub
commit 5952c36d59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -511,6 +511,7 @@ let
# Support configuring jack functions via fw mechanism at boot
SND_HDA_PATCH_LOADER = yes;
SND_HDA_CODEC_CA0132_DSP = whenOlder "5.7" yes; # Enable DSP firmware loading on Creative Soundblaster Z/Zx/ZxR/Recon
SND_HDA_CODEC_CS8409 = whenAtLeast "6.6" module; # Cirrus Logic HDA Bridge CS8409
SND_OSSEMUL = yes;
SND_USB_CAIAQ_INPUT = yes;
SND_USB_AUDIO_MIDI_V2 = whenAtLeast "6.5" yes;