forked from mirrors/nixpkgs
Merge pull request #56043 from mayflower/ossemul
linux: enable SND_OSSEMUL
This commit is contained in:
commit
688ca701b2
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue