Skip to content

Commit d99ca4e

Browse files
committed
framework-amd-ai-300-series: bump kernel to latest for suspend support
1 parent cc66fdd commit d99ca4e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

framework/13-inch/amd-ai-300-series/default.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
../common
1111
../common/amd.nix
1212
];
13-
config.hardware.framework.laptop13.audioEnhancement.rawDeviceName =
14-
lib.mkDefault "alsa_output.pci-0000_c1_00.6.analog-stereo";
13+
config = {
14+
hardware.framework.laptop13.audioEnhancement.rawDeviceName =
15+
lib.mkDefault "alsa_output.pci-0000_c1_00.6.analog-stereo";
16+
17+
# suspend works with 6.15
18+
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.15") pkgs.linuxPackages_latest;
19+
};
1520
}

0 commit comments

Comments
 (0)