mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	framework 16: Remove headset quirk
Framework 16 does not have a built-in headphone jack, this is not needed. Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
		@@ -8,12 +8,6 @@
 | 
			
		||||
    ../../framework-tool.nix
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # Fix TRRS headphones missing a mic
 | 
			
		||||
  # https://community.frame.work/t/headset-microphone-on-linux/12387/3
 | 
			
		||||
  boot.extraModprobeConfig = lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.6.8") ''
 | 
			
		||||
    options snd-hda-intel model=dell-headset-multi
 | 
			
		||||
  '';
 | 
			
		||||
 | 
			
		||||
  # For fingerprint support
 | 
			
		||||
  services.fprintd.enable = lib.mkDefault true;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user