audio(framework-13-amd-ai-300): update default rawDeviceName

Update the default `rawDeviceName` for the Framework 13 AMD AI 300 series.
Recent UCM profile updates (or kernel driver changes) now cause the device
to expose a HiFi profile sink name (`HiFi__Speaker__sink`) instead of the
generic `analog-stereo` name.

This ensures the audio enhancement effects correctly attach to the speaker
sink out of the box.

Device name changed from:
`alsa_output.pci-0000_c1_00.6.analog-stereo`
to:
`alsa_output.pci-0000_c1_00.6.HiFi__Speaker__sink`
This commit is contained in:
Alireza Mirsepassi 2025-12-27 16:10:22 +01:00 committed by GitHub
parent c5db9569ac
commit 59761f9b5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@
services.fwupd.enable = true; services.fwupd.enable = true;
hardware.framework.laptop13.audioEnhancement.rawDeviceName = hardware.framework.laptop13.audioEnhancement.rawDeviceName =
lib.mkDefault "alsa_output.pci-0000_c1_00.6.analog-stereo"; lib.mkDefault "alsa_output.pci-0000_c1_00.6.HiFi__Speaker__sink";
# suspend works with 6.15 # suspend works with 6.15
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") ( boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") (