From 7f375e857488e040c8dda1764d82e47e998fd73f Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 17 Apr 2026 18:26:21 -0400 Subject: [PATCH] kernel: re-enable SND_PCI --- system/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/common.nix b/system/common.nix index eb283ed..a056908 100644 --- a/system/common.nix +++ b/system/common.nix @@ -165,7 +165,7 @@ # staging drivers (experimental/unmaintained) STAGING = lib.mkForce no; - SND_PCI = lib.mkForce no; + # SND_PCI stays — SND_HDA_INTEL (AMD HDA audio) lives under it ACCESSIBILITY = lib.mkForce no; MTD = lib.mkForce no; MEDIA_RC_SUPPORT = lib.mkForce no;