From 3a6288ef8332ea79b618d40c7f113363286fc161 Mon Sep 17 00:00:00 2001 From: Tom Vincent Date: Fri, 29 Dec 2023 15:47:19 +0000 Subject: [PATCH] framework amd: apply headset mic fix on older kernels --- framework/13-inch/common/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/framework/13-inch/common/default.nix b/framework/13-inch/common/default.nix index e19b3f5..9f4a04a 100644 --- a/framework/13-inch/common/default.nix +++ b/framework/13-inch/common/default.nix @@ -6,9 +6,7 @@ # Fix TRRS headphones missing a mic # https://community.frame.work/t/headset-microphone-on-linux/12387/3 - # - # This is temporary until a kernel patch is submitted - boot.extraModprobeConfig = '' + boot.extraModprobeConfig = lib.mkIf (lib.versionOlder pkgs.linux.version "6.6.8") '' options snd-hda-intel model=dell-headset-multi '';