Merge pull request #1590 from FrameworkComputer/fw16-nomicjack
Some checks failed
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled

framework 16: Remove headset quirk
This commit is contained in:
Jörg Thalheim 2025-08-26 21:50:47 +00:00 committed by GitHub
commit a65b650d69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,12 +8,6 @@
../../framework-tool.nix ../../framework-tool.nix
]; ];
# Fix TRRS headphones missing a mic
# https://community.frame.work/t/headset-microphone-on-linux/12387/3
boot.extraModprobeConfig = lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.6.8") ''
options snd-hda-intel model=dell-headset-multi
'';
# For fingerprint support # For fingerprint support
services.fprintd.enable = lib.mkDefault true; services.fprintd.enable = lib.mkDefault true;