From c13241f1c0ba923840b2598db289ef120818c88b Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Wed, 27 Aug 2025 00:30:49 +0800 Subject: [PATCH] framework 16: Remove headset quirk Framework 16 does not have a built-in headphone jack, this is not needed. Signed-off-by: Daniel Schaefer --- framework/16-inch/common/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/framework/16-inch/common/default.nix b/framework/16-inch/common/default.nix index 8443e401..d84252b3 100644 --- a/framework/16-inch/common/default.nix +++ b/framework/16-inch/common/default.nix @@ -8,12 +8,6 @@ ../../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 services.fprintd.enable = lib.mkDefault true;