From 06e76e9428e7a4ba05b0aafe6448a8bea108a6a2 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 8 Jun 2025 19:15:40 +0200 Subject: [PATCH] pygoscelis: Disable CONFIG_SND_HDA_CODEC_ANALOG This controls support for the vendor Analog Devices which I don't use on this machine. --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index a230c53..e28655a 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -4298,7 +4298,7 @@ CONFIG_SND_HDA_PATCH_LOADER=y # CONFIG_SND_HDA_SCODEC_TAS2781_I2C is not set # CONFIG_SND_HDA_SCODEC_TAS2781_SPI is not set # CONFIG_SND_HDA_CODEC_REALTEK is not set -CONFIG_SND_HDA_CODEC_ANALOG=m +# CONFIG_SND_HDA_CODEC_ANALOG is not set # CONFIG_SND_HDA_CODEC_SIGMATEL is not set # CONFIG_SND_HDA_CODEC_VIA is not set CONFIG_SND_HDA_CODEC_HDMI=m