mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
kernel: enable audio jack reconfiguration
Change kernel config to allow for changing the functions of the audio jacks at run-time as well as at boot time.
This commit is contained in:
parent
b349d4b899
commit
d74f8351a5
@ -212,6 +212,8 @@ with stdenv.lib;
|
|||||||
SND_DYNAMIC_MINORS y
|
SND_DYNAMIC_MINORS y
|
||||||
SND_AC97_POWER_SAVE y # AC97 Power-Saving Mode
|
SND_AC97_POWER_SAVE y # AC97 Power-Saving Mode
|
||||||
SND_HDA_INPUT_BEEP y # Support digital beep via input layer
|
SND_HDA_INPUT_BEEP y # Support digital beep via input layer
|
||||||
|
SND_HDA_RECONFIG y # Support reconfiguration of jack functions
|
||||||
|
SND_HDA_PATCH_LOADER y # Support configuring jack functions via fw mechanism at boot
|
||||||
SND_USB_CAIAQ_INPUT y
|
SND_USB_CAIAQ_INPUT y
|
||||||
${optionalString (versionOlder version "4.12") ''
|
${optionalString (versionOlder version "4.12") ''
|
||||||
PSS_MIXER y # Enable PSS mixer (Beethoven ADSP-16 and other compatible)
|
PSS_MIXER y # Enable PSS mixer (Beethoven ADSP-16 and other compatible)
|
||||||
|
Loading…
Reference in New Issue
Block a user