about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-04-02 22:41:57 +0200
committerGitHub <noreply@github.com>2020-04-02 22:41:57 +0200
commit35916a8c4b6c6af92f78392c1410c5f20590dc6e (patch)
tree9446c418e9d3144db30fb915c0aeceb867559fbb /pkgs/os-specific
parentd7f86b3e6f24004c17a1d398fb20e9774e2c9955 (diff)
parent62cdbd678cf2870267f230a412a8f44c6839dfe9 (diff)
downloadnixlib-35916a8c4b6c6af92f78392c1410c5f20590dc6e.tar
nixlib-35916a8c4b6c6af92f78392c1410c5f20590dc6e.tar.gz
nixlib-35916a8c4b6c6af92f78392c1410c5f20590dc6e.tar.bz2
nixlib-35916a8c4b6c6af92f78392c1410c5f20590dc6e.tar.lz
nixlib-35916a8c4b6c6af92f78392c1410c5f20590dc6e.tar.xz
nixlib-35916a8c4b6c6af92f78392c1410c5f20590dc6e.tar.zst
nixlib-35916a8c4b6c6af92f78392c1410c5f20590dc6e.zip
Merge pull request #83658 from Emantor/topic/kernel-snd-ca0132
linux config: enable Creative Soundblaster DSP loading
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 2c8b8de65b31..efd49ab930d6 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -244,6 +244,7 @@ let
       SND_HDA_RECONFIG    = yes; # Support reconfiguration of jack functions
       # Support configuring jack functions via fw mechanism at boot
       SND_HDA_PATCH_LOADER = yes;
+      SND_HDA_CODEC_CA0132_DSP = whenOlder "5.8" yes; # Enable DSP firmware loading on Creative Soundblaster Z/Zx/ZxR/Recon
       SND_OSSEMUL         = yes;
       SND_USB_CAIAQ_INPUT = yes;
       # Enable PSS mixer (Beethoven ADSP-16 and other compatible)