From da7014af5d1a09f91d7125246ad967a99d412b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 6 Feb 2025 10:45:53 +0700 Subject: [PATCH] Revert "framework/13-inch/12th-gen-intel: add hdmi audio fix" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8b5ef47338c924c827c00dec69cf7108744fe199. fixes https://github.com/NixOS/nixos-hardware/issues/1362 Signed-off-by: Jörg Thalheim --- framework/13-inch/12th-gen-intel/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/framework/13-inch/12th-gen-intel/default.nix b/framework/13-inch/12th-gen-intel/default.nix index a4f78e6d..4cce4446 100644 --- a/framework/13-inch/12th-gen-intel/default.nix +++ b/framework/13-inch/12th-gen-intel/default.nix @@ -11,13 +11,6 @@ # same as 13th gen framework 13-inch hardware.framework.laptop13.audioEnhancement.rawDeviceName = lib.mkDefault "alsa_output.pci-0000_00_1f.3.analog-stereo"; } - { - # fix hdmi audio - # src https://community.frame.work/t/hdmi-audio-output/9523/23 - boot.extraModprobeConfig = '' - options snd-intel-dspcfg dsp_driver=3 - ''; - } # https://community.frame.work/t/tracking-hard-freezing-on-fedora-36-with-the-new-12th-gen-system/20675/391 (lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.2") { boot.kernelParams = [