* [PATCH 0/3] ALSA: hda: Fix arch defconfigs
@ 2025-07-31 6:48 Takashi Iwai
2025-07-31 6:48 ` [PATCH 1/3] arm: Update HD-audio configs again Takashi Iwai
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Takashi Iwai @ 2025-07-31 6:48 UTC (permalink / raw)
To: linux-sound; +Cc: linux-kernel
The recent HD-audio kconfig updates require the adaption of arch
defconfig changes, too.
This is a resent of changes I posted shortly [*] ago but split to each
arch change instead. Since the updates are only in sound git tree as
of now, I'm going to pick those in sound git tree as well.
thanks,
Takashi
[*] https://lore.kernel.org/20250731053031.27121-1-tiwai@suse.de
===
Takashi Iwai (3):
arm: Update HD-audio configs again
LoongArch: Update HD-audio codec configs
mips: Update HD-audio configs again
arch/arm/configs/multi_v7_defconfig | 3 ++-
arch/arm/configs/tegra_defconfig | 3 +++
arch/loongarch/configs/loongson3_defconfig | 2 ++
arch/mips/configs/loongson2k_defconfig | 1 +
arch/mips/configs/loongson3_defconfig | 3 ++-
5 files changed, 10 insertions(+), 2 deletions(-)
--
2.50.1
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 1/3] arm: Update HD-audio configs again
2025-07-31 6:48 [PATCH 0/3] ALSA: hda: Fix arch defconfigs Takashi Iwai
@ 2025-07-31 6:48 ` Takashi Iwai
2025-07-31 6:48 ` [PATCH 2/3] LoongArch: Update HD-audio codec configs Takashi Iwai
2025-07-31 6:48 ` [PATCH 3/3] mips: Update HD-audio configs again Takashi Iwai
2 siblings, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2025-07-31 6:48 UTC (permalink / raw)
To: linux-sound; +Cc: linux-kernel, linux-arm-kernel, linux-tegra
The Realtek and HDMI HD-audio codec configs have been slightly updated
again since the previous change. Follow the new kconfig changes for
multi_v7_defconfig and tegra_defconfig.
Fixes: 1d8dd982c409 ("ALSA: hda/realtek: Enable drivers as default")
Fixes: 81231ad173d8 ("ALSA: hda/hdmi: Enable drivers as default")
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-tegra@vger.kernel.org
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/arm/configs/multi_v7_defconfig | 3 ++-
arch/arm/configs/tegra_defconfig | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 02ddd7ce9e3e..7fb1f7dc8139 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -791,10 +791,11 @@ CONFIG_SND=m
CONFIG_SND_HDA_TEGRA=m
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_PATCH_LOADER=y
-CONFIG_SND_HDA_CODEC_REALTEK=y
+CONFIG_SND_HDA_CODEC_REALTEK=m
CONFIG_SND_HDA_CODEC_REALTEK_LIB=m
CONFIG_SND_HDA_CODEC_ALC269=m
CONFIG_SND_HDA_CODEC_HDMI=m
+CONFIG_SND_HDA_CODEC_HDMI_GENERIC=m
CONFIG_SND_HDA_CODEC_HDMI_TEGRA=m
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_SOC=m
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index 3a9bda2bf422..63bd824e84a8 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -225,7 +225,10 @@ CONFIG_SND_HDA_TEGRA=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_HDMI=y
+CONFIG_SND_HDA_CODEC_HDMI_GENERIC=y
+CONFIG_SND_HDA_CODEC_HDMI_TEGRA=y
# CONFIG_SND_ARM is not set
# CONFIG_SND_SPI is not set
# CONFIG_SND_USB is not set
--
2.50.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 2/3] LoongArch: Update HD-audio codec configs
2025-07-31 6:48 [PATCH 0/3] ALSA: hda: Fix arch defconfigs Takashi Iwai
2025-07-31 6:48 ` [PATCH 1/3] arm: Update HD-audio configs again Takashi Iwai
@ 2025-07-31 6:48 ` Takashi Iwai
2025-07-31 7:05 ` Huacai Chen
2025-07-31 6:48 ` [PATCH 3/3] mips: Update HD-audio configs again Takashi Iwai
2 siblings, 1 reply; 9+ messages in thread
From: Takashi Iwai @ 2025-07-31 6:48 UTC (permalink / raw)
To: linux-sound; +Cc: linux-kernel, loongarch
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
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH 2/3] LoongArch: Update HD-audio codec configs
2025-07-31 6:48 ` [PATCH 2/3] LoongArch: Update HD-audio codec configs Takashi Iwai
@ 2025-07-31 7:05 ` Huacai Chen
2025-07-31 7:07 ` Takashi Iwai
0 siblings, 1 reply; 9+ messages in thread
From: Huacai Chen @ 2025-07-31 7:05 UTC (permalink / raw)
To: Takashi Iwai; +Cc: linux-sound, linux-kernel, loongarch
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
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/3] LoongArch: Update HD-audio codec configs
2025-07-31 7:05 ` Huacai Chen
@ 2025-07-31 7:07 ` Takashi Iwai
2025-07-31 7:12 ` Huacai Chen
0 siblings, 1 reply; 9+ messages in thread
From: Takashi Iwai @ 2025-07-31 7:07 UTC (permalink / raw)
To: Huacai Chen; +Cc: Takashi Iwai, linux-sound, linux-kernel, loongarch
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/3] LoongArch: Update HD-audio codec configs
2025-07-31 7:07 ` Takashi Iwai
@ 2025-07-31 7:12 ` Huacai Chen
2025-07-31 7:17 ` Takashi Iwai
0 siblings, 1 reply; 9+ messages in thread
From: Huacai Chen @ 2025-07-31 7:12 UTC (permalink / raw)
To: Takashi Iwai; +Cc: linux-sound, linux-kernel, loongarch
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
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/3] LoongArch: Update HD-audio codec configs
2025-07-31 7:12 ` Huacai Chen
@ 2025-07-31 7:17 ` Takashi Iwai
2025-07-31 7:19 ` Huacai Chen
0 siblings, 1 reply; 9+ messages in thread
From: Takashi Iwai @ 2025-07-31 7:17 UTC (permalink / raw)
To: Huacai Chen; +Cc: Takashi Iwai, linux-sound, linux-kernel, loongarch
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/3] LoongArch: Update HD-audio codec configs
2025-07-31 7:17 ` Takashi Iwai
@ 2025-07-31 7:19 ` Huacai Chen
0 siblings, 0 replies; 9+ messages in thread
From: Huacai Chen @ 2025-07-31 7:19 UTC (permalink / raw)
To: Takashi Iwai; +Cc: linux-sound, linux-kernel, loongarch
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 3/3] mips: Update HD-audio configs again
2025-07-31 6:48 [PATCH 0/3] ALSA: hda: Fix arch defconfigs Takashi Iwai
2025-07-31 6:48 ` [PATCH 1/3] arm: Update HD-audio configs again Takashi Iwai
2025-07-31 6:48 ` [PATCH 2/3] LoongArch: Update HD-audio codec configs Takashi Iwai
@ 2025-07-31 6:48 ` Takashi Iwai
2 siblings, 0 replies; 9+ messages in thread
From: Takashi Iwai @ 2025-07-31 6:48 UTC (permalink / raw)
To: linux-sound; +Cc: linux-kernel, linux-mips
The HD-audio codec driver configs have been updated again since the
previous change. Correct the types and add the missing kconfig items
for loongson default configs.
Fixes: 1d8dd982c409 ("ALSA: hda/realtek: Enable drivers as default")
Fixes: 81231ad173d8 ("ALSA: hda/hdmi: Enable drivers as default")
Cc: linux-mips@vger.kernel.org
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/mips/configs/loongson2k_defconfig | 1 +
arch/mips/configs/loongson3_defconfig | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/mips/configs/loongson2k_defconfig b/arch/mips/configs/loongson2k_defconfig
index 4b7f914d01d0..b1b370a227dc 100644
--- a/arch/mips/configs/loongson2k_defconfig
+++ b/arch/mips/configs/loongson2k_defconfig
@@ -257,6 +257,7 @@ CONFIG_SND_HDA_INTEL=y
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_PATCH_LOADER=y
CONFIG_SND_HDA_CODEC_REALTEK=y
+CONFIG_SND_HDA_CODEC_ALC269=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig
index 5ff0c1554168..b5c18d847908 100644
--- a/arch/mips/configs/loongson3_defconfig
+++ b/arch/mips/configs/loongson3_defconfig
@@ -292,11 +292,12 @@ CONFIG_SND_SEQ_DUMMY=m
# CONFIG_SND_ISA is not set
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_PATCH_LOADER=y
-CONFIG_SND_HDA_CODEC_REALTEK=y
+CONFIG_SND_HDA_CODEC_REALTEK=m
CONFIG_SND_HDA_CODEC_REALTEK_LIB=m
CONFIG_SND_HDA_CODEC_ALC269=m
CONFIG_SND_HDA_CODEC_SIGMATEL=m
CONFIG_SND_HDA_CODEC_HDMI=m
+CONFIG_SND_HDA_CODEC_HDMI_GENERIC=m
CONFIG_SND_HDA_CODEC_CONEXANT=m
# CONFIG_SND_USB is not set
CONFIG_HIDRAW=y
--
2.50.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-07-31 7:19 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-31 6:48 [PATCH 0/3] ALSA: hda: Fix arch defconfigs Takashi Iwai
2025-07-31 6:48 ` [PATCH 1/3] arm: Update HD-audio configs again Takashi Iwai
2025-07-31 6:48 ` [PATCH 2/3] LoongArch: Update HD-audio codec configs Takashi Iwai
2025-07-31 7:05 ` Huacai Chen
2025-07-31 7:07 ` Takashi Iwai
2025-07-31 7:12 ` Huacai Chen
2025-07-31 7:17 ` Takashi Iwai
2025-07-31 7:19 ` Huacai Chen
2025-07-31 6:48 ` [PATCH 3/3] mips: Update HD-audio configs again Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).