Skip to content

Commit a65b650

Browse files
authored
Merge pull request #1590 from FrameworkComputer/fw16-nomicjack
framework 16: Remove headset quirk
2 parents 048c7bb + c13241f commit a65b650

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

framework/16-inch/common/default.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
../../framework-tool.nix
99
];
1010

11-
# Fix TRRS headphones missing a mic
12-
# https://community.frame.work/t/headset-microphone-on-linux/12387/3
13-
boot.extraModprobeConfig = lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.6.8") ''
14-
options snd-hda-intel model=dell-headset-multi
15-
'';
16-
1711
# For fingerprint support
1812
services.fprintd.enable = lib.mkDefault true;
1913

0 commit comments

Comments
 (0)