about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2019-02-19 17:12:26 +0100
committerGitHub <noreply@github.com>2019-02-19 17:12:26 +0100
commit688ca701b239b77918c20ff2742ef53a44d1ec80 (patch)
tree9b8e915ab4b16e27b5449bfcafe8656b88655b41 /pkgs/os-specific
parent9584d16fc167387e504654900af259fb59d52548 (diff)
parentbe38a70184d5e714a00a9529e7b5320ab2b5c692 (diff)
downloadnixlib-688ca701b239b77918c20ff2742ef53a44d1ec80.tar
nixlib-688ca701b239b77918c20ff2742ef53a44d1ec80.tar.gz
nixlib-688ca701b239b77918c20ff2742ef53a44d1ec80.tar.bz2
nixlib-688ca701b239b77918c20ff2742ef53a44d1ec80.tar.lz
nixlib-688ca701b239b77918c20ff2742ef53a44d1ec80.tar.xz
nixlib-688ca701b239b77918c20ff2742ef53a44d1ec80.tar.zst
nixlib-688ca701b239b77918c20ff2742ef53a44d1ec80.zip
Merge pull request #56043 from mayflower/ossemul
linux: enable SND_OSSEMUL
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 1a56e68fa4bf..e8126c23d3d1 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -203,6 +203,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_OSSEMUL         = yes;
       SND_USB_CAIAQ_INPUT = yes;
       # Enable PSS mixer (Beethoven ADSP-16 and other compatible)
       PSS_MIXER           = whenOlder "4.12" yes;