Merge pull request #1527 from anna-oake/patch-1
Some checks failed
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled

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
commit d1bfa8f6cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,4 +41,6 @@
''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";
}