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
This commit is contained in:
Maciej Krüger
2025-01-21 20:45:41 +01:00
parent 61c79181e7
commit 8b5ef47338

View File

@@ -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 = [