framework amd: apply headset mic fix on older kernels

This commit is contained in:
Tom Vincent 2023-12-29 15:47:19 +00:00 committed by mergify[bot]
parent 50944cf036
commit 3a6288ef83
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,7 @@
# Fix TRRS headphones missing a mic
# https://community.frame.work/t/headset-microphone-on-linux/12387/3
#
# This is temporary until a kernel patch is submitted
boot.extraModprobeConfig = ''
boot.extraModprobeConfig = lib.mkIf (lib.versionOlder pkgs.linux.version "6.6.8") ''
options snd-hda-intel model=dell-headset-multi
'';