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:
timor 2017-05-26 15:18:11 +02:00 committed by Tuomas Tynkkynen
parent b349d4b899
commit d74f8351a5

View File

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