Merge pull request #1527 from anna-oake/patch-1

framework-intel-core-ultra-series1: preset device name for audio enhancement
This commit is contained in:
0x4A6F
2025-07-16 11:50:37 +00:00
committed by GitHub

View File

@@ -41,4 +41,6 @@
''For Intel NPU support, set the option: hardware.enableRedistributableFirmware = true;'' ''For Intel NPU support, set the option: hardware.enableRedistributableFirmware = true;''
]; ];
hardware.framework.laptop13.audioEnhancement.rawDeviceName =
lib.mkDefault "alsa_output.pci-0000_00_1f.3.analog-stereo";
} }