Merge pull request #1563 from 0x4A6F/master-framework-13-amd-ai-300-series-kernel
Some checks failed
Test / nixfmt (push) Has been cancelled
Test / tests (push) Has been cancelled

framework-amd-ai-300-series: bump kernel to latest for suspend support
This commit is contained in:
Jörg Thalheim 2025-08-03 14:03:14 +00:00 committed by GitHub
commit a872d98539
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,11 @@
../common ../common
../common/amd.nix ../common/amd.nix
]; ];
config.hardware.framework.laptop13.audioEnhancement.rawDeviceName = config = {
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.analog-stereo";
# suspend works with 6.15
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") pkgs.linuxPackages_latest;
};
} }