Skip to content

Commit

Permalink
Merge pull request #322968 from paepckehh/patch-4
Browse files Browse the repository at this point in the history
linux: enable CONFIG_SND_HDA_CODEC_CS8409
  • Loading branch information
Mic92 authored Jul 9, 2024
2 parents 7c34d1d + 14d51d6 commit 5952c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5952c36

Please sign in to comment.