linux: enable SND_OSSEMUL

Fixes #54074
This commit is contained in:
Linus Heckemann 2019-02-18 17:11:37 +01:00
parent b5516575a9
commit be38a70184

View file

@ -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;