mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Merge pull request #1332 from mkg20001/fwaudio
framework/13-inch/12th-gen-intel: add hdmi audio fix
This commit is contained in:
		@@ -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 = [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user