mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Revert "framework/13-inch/12th-gen-intel: add hdmi audio fix"
This reverts commit 8b5ef47338.
fixes https://github.com/NixOS/nixos-hardware/issues/1362
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
			
			
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							9bdd53f590
						
					
				
				
					commit
					da7014af5d
				
			@@ -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 = [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user