1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 02:23:33 +02:00

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

View File

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