Skip to content

Commit c13241f

Browse files
committed
framework 16: Remove headset quirk
Framework 16 does not have a built-in headphone jack, this is not needed. Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 3dac8a8 commit c13241f

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)