summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paepcke <git@paepcke.de>2024-06-30 19:57:27 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-07-09 08:55:30 +0000
commit017415449a24dd846305fa34373223ae97265927 (patch)
treeeb77fb9eed2da0a10bb291d7d189905037d024ab
parentlinux: enable CONFIG_SND_HDA_CODEC_CS8409 (diff)
downloadnixpkgs-origin/backport-322968-to-release-24.05.tar.gz
linux: enable CONFIG_SND_HDA_CODEC_CS8409: restrict kernel >=6.6origin/backport-322968-to-release-24.05
(cherry picked from commit 14d51d6ebc4021939b57dd2554bd75e1cba2ad1f)
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 723fceba3f5b..bce3d13ed032 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -507,7 +507,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 = module; # Cirrus Logic HDA Bridge CS8409
+ 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;