linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ALSA: hda: Fix arch defconfigs
@ 2025-07-31  9:11 Takashi Iwai
  2025-07-31  9:11 ` [PATCH v2 1/3] arm: Update HD-audio configs again Takashi Iwai
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Takashi Iwai @ 2025-07-31  9:11 UTC (permalink / raw)
  To: linux-sound; +Cc: linux-kernel

This is a revised patch set for updating the arch defconfigs regarding
the recent HD-audio driver kconfig changes.

Since the updates are only in sound git tree as of now, I'm going to
pick those in sound git tree as well.


Takashi

v1: https://lore.kernel.org/20250731064813.1622-1-tiwai@suse.de
v1->v2: Select all Realtek codecs for loongson, enable most of HDMI
	codecs as well

===

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        |  4 +++-
 arch/arm/configs/tegra_defconfig           |  5 +++++
 arch/loongarch/configs/loongson3_defconfig | 15 +++++++++++++++
 arch/mips/configs/loongson2k_defconfig     | 11 +++++++++++
 arch/mips/configs/loongson3_defconfig      | 15 ++++++++++++++-
 5 files changed, 48 insertions(+), 2 deletions(-)

-- 
2.50.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH v2 1/3] arm: Update HD-audio configs again
  2025-07-31  9:11 [PATCH v2 0/3] ALSA: hda: Fix arch defconfigs Takashi Iwai
@ 2025-07-31  9:11 ` Takashi Iwai
  2025-07-31  9:11 ` [PATCH v2 2/3] LoongArch: Update HD-audio codec configs Takashi Iwai
  2025-07-31  9:11 ` [PATCH v2 3/3] mips: Update HD-audio configs again Takashi Iwai
  2 siblings, 0 replies; 8+ messages in thread
From: Takashi Iwai @ 2025-07-31  9:11 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, and add a few other configs
for HDMI codecs, too.

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>
---
v1->v2: Select more HDMI codec drivers too

The changes are only in sound.git tree, so I'll pick up this there, too

 arch/arm/configs/multi_v7_defconfig | 4 +++-
 arch/arm/configs/tegra_defconfig    | 5 +++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 02ddd7ce9e3e..3df90c4b30b1 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -791,10 +791,12 @@ 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_NVIDIA=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..ba863b445417 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -225,7 +225,12 @@ 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_REALTEK_LIB=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_NVIDIA=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] 8+ messages in thread

* [PATCH v2 2/3] LoongArch: Update HD-audio codec configs
  2025-07-31  9:11 [PATCH v2 0/3] ALSA: hda: Fix arch defconfigs Takashi Iwai
  2025-07-31  9:11 ` [PATCH v2 1/3] arm: Update HD-audio configs again Takashi Iwai
@ 2025-07-31  9:11 ` Takashi Iwai
  2025-07-31  9:33   ` Huacai Chen
  2025-07-31  9:11 ` [PATCH v2 3/3] mips: Update HD-audio configs again Takashi Iwai
  2 siblings, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2025-07-31  9:11 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.

Enable all Realtek HD-audio codecs and HDMI codecs (except for
NVIDIA_MCP and TEGRA) per request.

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>
---
v1->v2: enable all Realtek codecs and most of HDMI codecs

The changes are only in sound.git tree, so I'll pick up this there, too

 arch/loongarch/configs/loongson3_defconfig | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig
index 0d59af6007b7..7993020ffebb 100644
--- a/arch/loongarch/configs/loongson3_defconfig
+++ b/arch/loongarch/configs/loongson3_defconfig
@@ -784,8 +784,23 @@ 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_REALTEK_LIB=y
+CONFIG_SND_HDA_CODEC_ALC260=y
+CONFIG_SND_HDA_CODEC_ALC262=y
+CONFIG_SND_HDA_CODEC_ALC268=y
+CONFIG_SND_HDA_CODEC_ALC269=y
+CONFIG_SND_HDA_CODEC_ALC662=y
+CONFIG_SND_HDA_CODEC_ALC680=y
+CONFIG_SND_HDA_CODEC_ALC861=y
+CONFIG_SND_HDA_CODEC_ALC861VD=y
+CONFIG_SND_HDA_CODEC_ALC880=y
+CONFIG_SND_HDA_CODEC_ALC882=y
 CONFIG_SND_HDA_CODEC_SIGMATEL=y
 CONFIG_SND_HDA_CODEC_HDMI=y
+CONFIG_SND_HDA_CODEC_HDMI_GENERIC=y
+CONFIG_SND_HDA_CODEC_HDMI_INTEL=y
+CONFIG_SND_HDA_CODEC_HDMI_ATI=y
+CONFIG_SND_HDA_CODEC_HDMI_NVIDIA=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] 8+ messages in thread

* [PATCH v2 3/3] mips: Update HD-audio configs again
  2025-07-31  9:11 [PATCH v2 0/3] ALSA: hda: Fix arch defconfigs Takashi Iwai
  2025-07-31  9:11 ` [PATCH v2 1/3] arm: Update HD-audio configs again Takashi Iwai
  2025-07-31  9:11 ` [PATCH v2 2/3] LoongArch: Update HD-audio codec configs Takashi Iwai
@ 2025-07-31  9:11 ` Takashi Iwai
  2025-07-31 11:18   ` Huacai Chen
  2 siblings, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2025-07-31  9:11 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 enable all Realtek HD-audio
codecs for loongson, per request.

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>
---
v1->v2: enable all Realtek codecs and most of HDMI codecs

The changes are only in sound.git tree, so I'll pick up this there, too

 arch/mips/configs/loongson2k_defconfig | 11 +++++++++++
 arch/mips/configs/loongson3_defconfig  | 15 ++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/arch/mips/configs/loongson2k_defconfig b/arch/mips/configs/loongson2k_defconfig
index 4b7f914d01d0..7a86632b87e9 100644
--- a/arch/mips/configs/loongson2k_defconfig
+++ b/arch/mips/configs/loongson2k_defconfig
@@ -257,6 +257,17 @@ 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_REALTEK_LIB=y
+CONFIG_SND_HDA_CODEC_ALC260=y
+CONFIG_SND_HDA_CODEC_ALC262=y
+CONFIG_SND_HDA_CODEC_ALC268=y
+CONFIG_SND_HDA_CODEC_ALC269=y
+CONFIG_SND_HDA_CODEC_ALC662=y
+CONFIG_SND_HDA_CODEC_ALC680=y
+CONFIG_SND_HDA_CODEC_ALC861=y
+CONFIG_SND_HDA_CODEC_ALC861VD=y
+CONFIG_SND_HDA_CODEC_ALC880=y
+CONFIG_SND_HDA_CODEC_ALC882=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..315ab7ec17b6 100644
--- a/arch/mips/configs/loongson3_defconfig
+++ b/arch/mips/configs/loongson3_defconfig
@@ -292,11 +292,24 @@ 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_ALC260=m
+CONFIG_SND_HDA_CODEC_ALC262=m
+CONFIG_SND_HDA_CODEC_ALC268=m
 CONFIG_SND_HDA_CODEC_ALC269=m
+CONFIG_SND_HDA_CODEC_ALC662=m
+CONFIG_SND_HDA_CODEC_ALC680=m
+CONFIG_SND_HDA_CODEC_ALC861=m
+CONFIG_SND_HDA_CODEC_ALC861VD=m
+CONFIG_SND_HDA_CODEC_ALC880=m
+CONFIG_SND_HDA_CODEC_ALC882=m
 CONFIG_SND_HDA_CODEC_SIGMATEL=m
 CONFIG_SND_HDA_CODEC_HDMI=m
+CONFIG_SND_HDA_CODEC_HDMI_GENERIC=m
+CONFIG_SND_HDA_CODEC_HDMI_INTEL=m
+CONFIG_SND_HDA_CODEC_HDMI_ATI=m
+CONFIG_SND_HDA_CODEC_HDMI_NVIDIA=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] 8+ messages in thread

* Re: [PATCH v2 2/3] LoongArch: Update HD-audio codec configs
  2025-07-31  9:11 ` [PATCH v2 2/3] LoongArch: Update HD-audio codec configs Takashi Iwai
@ 2025-07-31  9:33   ` Huacai Chen
  2025-07-31  9:40     ` Takashi Iwai
  0 siblings, 1 reply; 8+ messages in thread
From: Huacai Chen @ 2025-07-31  9:33 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: linux-sound, linux-kernel, loongarch

On Thu, Jul 31, 2025 at 5:11 PM Takashi Iwai <tiwai@suse.de> wrote:
>
> The HD-audio codec driver configs have been updated again the drivers
> got split with different kconfigs.
I'm sorry for making noise, but is SND_HDA_INTEL_HDMI_SILENT_STREAM
needed for common use? If yes, I also prefer it be enabled.

Huacai

>
> Enable all Realtek HD-audio codecs and HDMI codecs (except for
> NVIDIA_MCP and TEGRA) per request.
>
> 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>
> ---
> v1->v2: enable all Realtek codecs and most of HDMI codecs
>
> The changes are only in sound.git tree, so I'll pick up this there, too
>
>  arch/loongarch/configs/loongson3_defconfig | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>
> diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig
> index 0d59af6007b7..7993020ffebb 100644
> --- a/arch/loongarch/configs/loongson3_defconfig
> +++ b/arch/loongarch/configs/loongson3_defconfig
> @@ -784,8 +784,23 @@ 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_REALTEK_LIB=y
> +CONFIG_SND_HDA_CODEC_ALC260=y
> +CONFIG_SND_HDA_CODEC_ALC262=y
> +CONFIG_SND_HDA_CODEC_ALC268=y
> +CONFIG_SND_HDA_CODEC_ALC269=y
> +CONFIG_SND_HDA_CODEC_ALC662=y
> +CONFIG_SND_HDA_CODEC_ALC680=y
> +CONFIG_SND_HDA_CODEC_ALC861=y
> +CONFIG_SND_HDA_CODEC_ALC861VD=y
> +CONFIG_SND_HDA_CODEC_ALC880=y
> +CONFIG_SND_HDA_CODEC_ALC882=y
>  CONFIG_SND_HDA_CODEC_SIGMATEL=y
>  CONFIG_SND_HDA_CODEC_HDMI=y
> +CONFIG_SND_HDA_CODEC_HDMI_GENERIC=y
> +CONFIG_SND_HDA_CODEC_HDMI_INTEL=y
> +CONFIG_SND_HDA_CODEC_HDMI_ATI=y
> +CONFIG_SND_HDA_CODEC_HDMI_NVIDIA=y
>  CONFIG_SND_HDA_CODEC_CONEXANT=y
>  CONFIG_SND_USB_AUDIO=m
>  CONFIG_SND_SOC=m
> --
> 2.50.1
>
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v2 2/3] LoongArch: Update HD-audio codec configs
  2025-07-31  9:33   ` Huacai Chen
@ 2025-07-31  9:40     ` Takashi Iwai
  2025-07-31 11:17       ` Huacai Chen
  0 siblings, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2025-07-31  9:40 UTC (permalink / raw)
  To: Huacai Chen; +Cc: Takashi Iwai, linux-sound, linux-kernel, loongarch

On Thu, 31 Jul 2025 11:33:38 +0200,
Huacai Chen wrote:
> 
> On Thu, Jul 31, 2025 at 5:11 PM Takashi Iwai <tiwai@suse.de> wrote:
> >
> > The HD-audio codec driver configs have been updated again the drivers
> > got split with different kconfigs.
> I'm sorry for making noise, but is SND_HDA_INTEL_HDMI_SILENT_STREAM
> needed for common use? If yes, I also prefer it be enabled.

It's better to be disabled, IMO.
(And this config hasn't been changed at all.) 


Takashi

> 
> Huacai
> 
> >
> > Enable all Realtek HD-audio codecs and HDMI codecs (except for
> > NVIDIA_MCP and TEGRA) per request.
> >
> > 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>
> > ---
> > v1->v2: enable all Realtek codecs and most of HDMI codecs
> >
> > The changes are only in sound.git tree, so I'll pick up this there, too
> >
> >  arch/loongarch/configs/loongson3_defconfig | 15 +++++++++++++++
> >  1 file changed, 15 insertions(+)
> >
> > diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig
> > index 0d59af6007b7..7993020ffebb 100644
> > --- a/arch/loongarch/configs/loongson3_defconfig
> > +++ b/arch/loongarch/configs/loongson3_defconfig
> > @@ -784,8 +784,23 @@ 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_REALTEK_LIB=y
> > +CONFIG_SND_HDA_CODEC_ALC260=y
> > +CONFIG_SND_HDA_CODEC_ALC262=y
> > +CONFIG_SND_HDA_CODEC_ALC268=y
> > +CONFIG_SND_HDA_CODEC_ALC269=y
> > +CONFIG_SND_HDA_CODEC_ALC662=y
> > +CONFIG_SND_HDA_CODEC_ALC680=y
> > +CONFIG_SND_HDA_CODEC_ALC861=y
> > +CONFIG_SND_HDA_CODEC_ALC861VD=y
> > +CONFIG_SND_HDA_CODEC_ALC880=y
> > +CONFIG_SND_HDA_CODEC_ALC882=y
> >  CONFIG_SND_HDA_CODEC_SIGMATEL=y
> >  CONFIG_SND_HDA_CODEC_HDMI=y
> > +CONFIG_SND_HDA_CODEC_HDMI_GENERIC=y
> > +CONFIG_SND_HDA_CODEC_HDMI_INTEL=y
> > +CONFIG_SND_HDA_CODEC_HDMI_ATI=y
> > +CONFIG_SND_HDA_CODEC_HDMI_NVIDIA=y
> >  CONFIG_SND_HDA_CODEC_CONEXANT=y
> >  CONFIG_SND_USB_AUDIO=m
> >  CONFIG_SND_SOC=m
> > --
> > 2.50.1
> >
> >

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v2 2/3] LoongArch: Update HD-audio codec configs
  2025-07-31  9:40     ` Takashi Iwai
@ 2025-07-31 11:17       ` Huacai Chen
  0 siblings, 0 replies; 8+ messages in thread
From: Huacai Chen @ 2025-07-31 11:17 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: linux-sound, linux-kernel, loongarch

On Thu, Jul 31, 2025 at 5:40 PM Takashi Iwai <tiwai@suse.de> wrote:
>
> On Thu, 31 Jul 2025 11:33:38 +0200,
> Huacai Chen wrote:
> >
> > On Thu, Jul 31, 2025 at 5:11 PM Takashi Iwai <tiwai@suse.de> wrote:
> > >
> > > The HD-audio codec driver configs have been updated again the drivers
> > > got split with different kconfigs.
> > I'm sorry for making noise, but is SND_HDA_INTEL_HDMI_SILENT_STREAM
> > needed for common use? If yes, I also prefer it be enabled.
>
> It's better to be disabled, IMO.
> (And this config hasn't been changed at all.)
OK.

Reviewed-by: Huacai Chen <chenhuacai@loongson.cn>
>
>
> Takashi
>
> >
> > Huacai
> >
> > >
> > > Enable all Realtek HD-audio codecs and HDMI codecs (except for
> > > NVIDIA_MCP and TEGRA) per request.
> > >
> > > 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>
> > > ---
> > > v1->v2: enable all Realtek codecs and most of HDMI codecs
> > >
> > > The changes are only in sound.git tree, so I'll pick up this there, too
> > >
> > >  arch/loongarch/configs/loongson3_defconfig | 15 +++++++++++++++
> > >  1 file changed, 15 insertions(+)
> > >
> > > diff --git a/arch/loongarch/configs/loongson3_defconfig b/arch/loongarch/configs/loongson3_defconfig
> > > index 0d59af6007b7..7993020ffebb 100644
> > > --- a/arch/loongarch/configs/loongson3_defconfig
> > > +++ b/arch/loongarch/configs/loongson3_defconfig
> > > @@ -784,8 +784,23 @@ 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_REALTEK_LIB=y
> > > +CONFIG_SND_HDA_CODEC_ALC260=y
> > > +CONFIG_SND_HDA_CODEC_ALC262=y
> > > +CONFIG_SND_HDA_CODEC_ALC268=y
> > > +CONFIG_SND_HDA_CODEC_ALC269=y
> > > +CONFIG_SND_HDA_CODEC_ALC662=y
> > > +CONFIG_SND_HDA_CODEC_ALC680=y
> > > +CONFIG_SND_HDA_CODEC_ALC861=y
> > > +CONFIG_SND_HDA_CODEC_ALC861VD=y
> > > +CONFIG_SND_HDA_CODEC_ALC880=y
> > > +CONFIG_SND_HDA_CODEC_ALC882=y
> > >  CONFIG_SND_HDA_CODEC_SIGMATEL=y
> > >  CONFIG_SND_HDA_CODEC_HDMI=y
> > > +CONFIG_SND_HDA_CODEC_HDMI_GENERIC=y
> > > +CONFIG_SND_HDA_CODEC_HDMI_INTEL=y
> > > +CONFIG_SND_HDA_CODEC_HDMI_ATI=y
> > > +CONFIG_SND_HDA_CODEC_HDMI_NVIDIA=y
> > >  CONFIG_SND_HDA_CODEC_CONEXANT=y
> > >  CONFIG_SND_USB_AUDIO=m
> > >  CONFIG_SND_SOC=m
> > > --
> > > 2.50.1
> > >
> > >

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v2 3/3] mips: Update HD-audio configs again
  2025-07-31  9:11 ` [PATCH v2 3/3] mips: Update HD-audio configs again Takashi Iwai
@ 2025-07-31 11:18   ` Huacai Chen
  0 siblings, 0 replies; 8+ messages in thread
From: Huacai Chen @ 2025-07-31 11:18 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: linux-sound, linux-kernel, linux-mips

On Thu, Jul 31, 2025 at 5:11 PM Takashi Iwai <tiwai@suse.de> wrote:
>
> The HD-audio codec driver configs have been updated again since the
> previous change.  Correct the types and enable all Realtek HD-audio
> codecs for loongson, per request.
>
> 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>
Reviewed-by: Huacai Chen <chenhuacai@loongson.cn>

> ---
> v1->v2: enable all Realtek codecs and most of HDMI codecs
>
> The changes are only in sound.git tree, so I'll pick up this there, too
>
>  arch/mips/configs/loongson2k_defconfig | 11 +++++++++++
>  arch/mips/configs/loongson3_defconfig  | 15 ++++++++++++++-
>  2 files changed, 25 insertions(+), 1 deletion(-)
>
> diff --git a/arch/mips/configs/loongson2k_defconfig b/arch/mips/configs/loongson2k_defconfig
> index 4b7f914d01d0..7a86632b87e9 100644
> --- a/arch/mips/configs/loongson2k_defconfig
> +++ b/arch/mips/configs/loongson2k_defconfig
> @@ -257,6 +257,17 @@ 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_REALTEK_LIB=y
> +CONFIG_SND_HDA_CODEC_ALC260=y
> +CONFIG_SND_HDA_CODEC_ALC262=y
> +CONFIG_SND_HDA_CODEC_ALC268=y
> +CONFIG_SND_HDA_CODEC_ALC269=y
> +CONFIG_SND_HDA_CODEC_ALC662=y
> +CONFIG_SND_HDA_CODEC_ALC680=y
> +CONFIG_SND_HDA_CODEC_ALC861=y
> +CONFIG_SND_HDA_CODEC_ALC861VD=y
> +CONFIG_SND_HDA_CODEC_ALC880=y
> +CONFIG_SND_HDA_CODEC_ALC882=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..315ab7ec17b6 100644
> --- a/arch/mips/configs/loongson3_defconfig
> +++ b/arch/mips/configs/loongson3_defconfig
> @@ -292,11 +292,24 @@ 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_ALC260=m
> +CONFIG_SND_HDA_CODEC_ALC262=m
> +CONFIG_SND_HDA_CODEC_ALC268=m
>  CONFIG_SND_HDA_CODEC_ALC269=m
> +CONFIG_SND_HDA_CODEC_ALC662=m
> +CONFIG_SND_HDA_CODEC_ALC680=m
> +CONFIG_SND_HDA_CODEC_ALC861=m
> +CONFIG_SND_HDA_CODEC_ALC861VD=m
> +CONFIG_SND_HDA_CODEC_ALC880=m
> +CONFIG_SND_HDA_CODEC_ALC882=m
>  CONFIG_SND_HDA_CODEC_SIGMATEL=m
>  CONFIG_SND_HDA_CODEC_HDMI=m
> +CONFIG_SND_HDA_CODEC_HDMI_GENERIC=m
> +CONFIG_SND_HDA_CODEC_HDMI_INTEL=m
> +CONFIG_SND_HDA_CODEC_HDMI_ATI=m
> +CONFIG_SND_HDA_CODEC_HDMI_NVIDIA=m
>  CONFIG_SND_HDA_CODEC_CONEXANT=m
>  # CONFIG_SND_USB is not set
>  CONFIG_HIDRAW=y
> --
> 2.50.1
>
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-07-31 11:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-31  9:11 [PATCH v2 0/3] ALSA: hda: Fix arch defconfigs Takashi Iwai
2025-07-31  9:11 ` [PATCH v2 1/3] arm: Update HD-audio configs again Takashi Iwai
2025-07-31  9:11 ` [PATCH v2 2/3] LoongArch: Update HD-audio codec configs Takashi Iwai
2025-07-31  9:33   ` Huacai Chen
2025-07-31  9:40     ` Takashi Iwai
2025-07-31 11:17       ` Huacai Chen
2025-07-31  9:11 ` [PATCH v2 3/3] mips: Update HD-audio configs again Takashi Iwai
2025-07-31 11:18   ` Huacai Chen

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).