Skip to content

Commit

Permalink
linux: enable SND_OSSEMUL
Browse files Browse the repository at this point in the history
  • Loading branch information
lheckemann committed Feb 18, 2019
1 parent b551657 commit be38a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Expand Up @@ -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;
Expand Down

0 comments on commit be38a70

Please sign in to comment.