From 8b5ef47338c924c827c00dec69cf7108744fe199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Tue, 21 Jan 2025 20:45:41 +0100 Subject: [PATCH] framework/13-inch/12th-gen-intel: add hdmi audio fix See https://community.frame.work/t/hdmi-audio-output/9523/23 for more details Tested on framework 13th gen Would need somebody to test this on 12th gen aswell --- framework/13-inch/12th-gen-intel/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/framework/13-inch/12th-gen-intel/default.nix b/framework/13-inch/12th-gen-intel/default.nix index 4cce4446..a4f78e6d 100644 --- a/framework/13-inch/12th-gen-intel/default.nix +++ b/framework/13-inch/12th-gen-intel/default.nix @@ -11,6 +11,13 @@ # 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 = [