The HD-audio codec driver configs have been updated again the drivers
got split with different kconfigs. Add the missing items.
Fixes: 1d8dd982c409 ("ALSA: hda/realtek: Enable drivers as default")
Fixes: 81231ad173d8 ("ALSA: hda/hdmi: Enable drivers as default")
Cc: loongarch@lists.linux.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
The changes are only in sound.git tree, so I'll pick up this there, too
arch/loongarch/configs/loongson3_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig
index 0d59af6007b7..ac00d815b478 100644
--- a/arch/loongarch/configs/loongson3_defconfig
+++ b/arch/loongarch/configs/loongson3_defconfig
@@ -784,8 +784,10 @@ CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_PATCH_LOADER=y
CONFIG_SND_HDA_CODEC_REALTEK=y
+CONFIG_SND_HDA_CODEC_ALC269=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_HDMI=y
+CONFIG_SND_HDA_CODEC_HDMI_GENERIC=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_SOC=m
--
2.50.1
Hi, Takashi, On Thu, Jul 31, 2025 at 2:49 PM Takashi Iwai <tiwai@suse.de> wrote: > > The HD-audio codec driver configs have been updated again the drivers > got split with different kconfigs. Add the missing items. > > Fixes: 1d8dd982c409 ("ALSA: hda/realtek: Enable drivers as default") > Fixes: 81231ad173d8 ("ALSA: hda/hdmi: Enable drivers as default") > Cc: loongarch@lists.linux.dev > Signed-off-by: Takashi Iwai <tiwai@suse.de> I prefer to select all Realtek/HDMI codecs (except CONFIG_SND_HDA_CODEC_HDMI_NVIDIA_MCP and CONFIG_SND_HDA_CODEC_HDMI_TEGRA). Huacai > --- > > The changes are only in sound.git tree, so I'll pick up this there, too > > arch/loongarch/configs/loongson3_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig > index 0d59af6007b7..ac00d815b478 100644 > --- a/arch/loongarch/configs/loongson3_defconfig > +++ b/arch/loongarch/configs/loongson3_defconfig > @@ -784,8 +784,10 @@ CONFIG_SND_HDA_HWDEP=y > CONFIG_SND_HDA_INPUT_BEEP=y > CONFIG_SND_HDA_PATCH_LOADER=y > CONFIG_SND_HDA_CODEC_REALTEK=y > +CONFIG_SND_HDA_CODEC_ALC269=y > CONFIG_SND_HDA_CODEC_SIGMATEL=y > CONFIG_SND_HDA_CODEC_HDMI=y > +CONFIG_SND_HDA_CODEC_HDMI_GENERIC=y > CONFIG_SND_HDA_CODEC_CONEXANT=y > CONFIG_SND_USB_AUDIO=m > CONFIG_SND_SOC=m > -- > 2.50.1 > >
On Thu, 31 Jul 2025 09:05:04 +0200, Huacai Chen wrote: > > Hi, Takashi, > > On Thu, Jul 31, 2025 at 2:49 PM Takashi Iwai <tiwai@suse.de> wrote: > > > > The HD-audio codec driver configs have been updated again the drivers > > got split with different kconfigs. Add the missing items. > > > > Fixes: 1d8dd982c409 ("ALSA: hda/realtek: Enable drivers as default") > > Fixes: 81231ad173d8 ("ALSA: hda/hdmi: Enable drivers as default") > > Cc: loongarch@lists.linux.dev > > Signed-off-by: Takashi Iwai <tiwai@suse.de> > I prefer to select all Realtek/HDMI codecs (except > CONFIG_SND_HDA_CODEC_HDMI_NVIDIA_MCP and > CONFIG_SND_HDA_CODEC_HDMI_TEGRA). OK, I'll refresh later. thanks, Takashi
On Thu, Jul 31, 2025 at 3:07 PM Takashi Iwai <tiwai@suse.de> wrote: > > On Thu, 31 Jul 2025 09:05:04 +0200, > Huacai Chen wrote: > > > > Hi, Takashi, > > > > On Thu, Jul 31, 2025 at 2:49 PM Takashi Iwai <tiwai@suse.de> wrote: > > > > > > The HD-audio codec driver configs have been updated again the drivers > > > got split with different kconfigs. Add the missing items. > > > > > > Fixes: 1d8dd982c409 ("ALSA: hda/realtek: Enable drivers as default") > > > Fixes: 81231ad173d8 ("ALSA: hda/hdmi: Enable drivers as default") > > > Cc: loongarch@lists.linux.dev > > > Signed-off-by: Takashi Iwai <tiwai@suse.de> > > I prefer to select all Realtek/HDMI codecs (except > > CONFIG_SND_HDA_CODEC_HDMI_NVIDIA_MCP and > > CONFIG_SND_HDA_CODEC_HDMI_TEGRA). > > OK, I'll refresh later. Also for the MIPS/loongson, thanks. :) Huacai > > > thanks, > > Takashi >
On Thu, 31 Jul 2025 09:12:06 +0200, Huacai Chen wrote: > > On Thu, Jul 31, 2025 at 3:07 PM Takashi Iwai <tiwai@suse.de> wrote: > > > > On Thu, 31 Jul 2025 09:05:04 +0200, > > Huacai Chen wrote: > > > > > > Hi, Takashi, > > > > > > On Thu, Jul 31, 2025 at 2:49 PM Takashi Iwai <tiwai@suse.de> wrote: > > > > > > > > The HD-audio codec driver configs have been updated again the drivers > > > > got split with different kconfigs. Add the missing items. > > > > > > > > Fixes: 1d8dd982c409 ("ALSA: hda/realtek: Enable drivers as default") > > > > Fixes: 81231ad173d8 ("ALSA: hda/hdmi: Enable drivers as default") > > > > Cc: loongarch@lists.linux.dev > > > > Signed-off-by: Takashi Iwai <tiwai@suse.de> > > > I prefer to select all Realtek/HDMI codecs (except > > > CONFIG_SND_HDA_CODEC_HDMI_NVIDIA_MCP and > > > CONFIG_SND_HDA_CODEC_HDMI_TEGRA). > > > > OK, I'll refresh later. > Also for the MIPS/loongson, thanks. :) OK. arch/mips/configs/loongson2k_defconfig has no selection of HDMI codecs. I don't need to select HDMI codec drivers there, right? Takashi
On Thu, Jul 31, 2025 at 3:17 PM Takashi Iwai <tiwai@suse.de> wrote: > > On Thu, 31 Jul 2025 09:12:06 +0200, > Huacai Chen wrote: > > > > On Thu, Jul 31, 2025 at 3:07 PM Takashi Iwai <tiwai@suse.de> wrote: > > > > > > On Thu, 31 Jul 2025 09:05:04 +0200, > > > Huacai Chen wrote: > > > > > > > > Hi, Takashi, > > > > > > > > On Thu, Jul 31, 2025 at 2:49 PM Takashi Iwai <tiwai@suse.de> wrote: > > > > > > > > > > The HD-audio codec driver configs have been updated again the drivers > > > > > got split with different kconfigs. Add the missing items. > > > > > > > > > > Fixes: 1d8dd982c409 ("ALSA: hda/realtek: Enable drivers as default") > > > > > Fixes: 81231ad173d8 ("ALSA: hda/hdmi: Enable drivers as default") > > > > > Cc: loongarch@lists.linux.dev > > > > > Signed-off-by: Takashi Iwai <tiwai@suse.de> > > > > I prefer to select all Realtek/HDMI codecs (except > > > > CONFIG_SND_HDA_CODEC_HDMI_NVIDIA_MCP and > > > > CONFIG_SND_HDA_CODEC_HDMI_TEGRA). > > > > > > OK, I'll refresh later. > > Also for the MIPS/loongson, thanks. :) > > OK. > > arch/mips/configs/loongson2k_defconfig has no selection of HDMI > codecs. I don't need to select HDMI codec drivers there, right? Yes. Huacai > > > Takashi
© 2016 - 2025 Red Hat, Inc.