From 3e771eb222e70024f4f5361421f61b31743e6a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Fri, 3 Oct 2025 19:32:57 +0200 Subject: [PATCH] Add driver for Creative Sound Blastr X-Fi PCI cards (#4331) Add snd-ctxfi driver as module to generic PCI device support fragment. Fixes #4141 --- buildroot-external/kernel/v6.12.y/device-support-pci.config | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/kernel/v6.12.y/device-support-pci.config b/buildroot-external/kernel/v6.12.y/device-support-pci.config index 8569bc9c7..92d5a64be 100644 --- a/buildroot-external/kernel/v6.12.y/device-support-pci.config +++ b/buildroot-external/kernel/v6.12.y/device-support-pci.config @@ -39,6 +39,7 @@ CONFIG_MEDIA_PCI_SUPPORT=y # PCI sound drivers CONFIG_SND_PCI=y +CONFIG_SND_CTXFI=m CONFIG_SND_HDA_GENERIC=m CONFIG_SND_HDA_INTEL=m CONFIG_SND_HDA_CODEC_REALTEK=m