From b689465d0c5d88e158e7d76094fca08cc0223aad Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Fri, 10 Nov 2023 16:12:16 -0500 Subject: [PATCH] Add note to mark change as temporary --- framework/13-inch/7040-amd/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/13-inch/7040-amd/default.nix b/framework/13-inch/7040-amd/default.nix index 71a89cd..128ace8 100644 --- a/framework/13-inch/7040-amd/default.nix +++ b/framework/13-inch/7040-amd/default.nix @@ -18,6 +18,8 @@ # Fix TRRS headphones missing a mic # https://community.frame.work/t/headset-microphone-on-linux/12387/3 + # + # Temporary until a kernel patch is merged to fix this boot.extraModprobeConfig = '' options snd-hda-intel model=dell-headset-multi '';