Skip to content

Commit a872d98

Browse files
authored
Merge pull request #1563 from 0x4A6F/master-framework-13-amd-ai-300-series-kernel
framework-amd-ai-300-series: bump kernel to latest for suspend support
2 parents cc66fdd + d99ca4e commit a872d98

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)