Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 6.6.7 1/1] ALSA: hda/realtek: mute led fix for HP Pavilion 14 ec1xxx series
@ 2023-12-18 20:37 opticXC
  2023-12-29 13:24 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: opticXC @ 2023-12-18 20:37 UTC (permalink / raw)
  To: tiwai; +Cc: perex, linux-sound, opticXC

The HP Pavilion 14 ec1xxx series uses the HP mainboard 8A0F with the ALC287 codec.
It needs the ALC287_FIXUP_HP_GPIO_LED quirk to enable the mute led.


Signed-off-by: opticXC <aabishmalik3337@gmail.com>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index e45d4c405..416cda983 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9881,6 +9881,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x89c6, "Zbook Fury 17 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x89ca, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
 	SND_PCI_QUIRK(0x103c, 0x89d3, "HP EliteBook 645 G9 (MB 89D2)", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
+    SND_PCI_QUIRK(0x103c, 0x8a0f, "HP Pavilion 14-ec1xxx", ALC287_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8a20, "HP Laptop 15s-fq5xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
 	SND_PCI_QUIRK(0x103c, 0x8a25, "HP Victus 16-d1xxx (MB 8A25)", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
 	SND_PCI_QUIRK(0x103c, 0x8a78, "HP Dev One", ALC285_FIXUP_HP_LIMIT_INT_MIC_BOOST),
-- 
2.43.0


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

* Re: [PATCH 6.6.7 1/1] ALSA: hda/realtek: mute led fix for HP Pavilion 14 ec1xxx series
  2023-12-18 20:37 [PATCH 6.6.7 1/1] ALSA: hda/realtek: mute led fix for HP Pavilion 14 ec1xxx series opticXC
@ 2023-12-29 13:24 ` Takashi Iwai
  2023-12-30  1:16   ` Geraldo Nascimento
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2023-12-29 13:24 UTC (permalink / raw)
  To: opticXC; +Cc: tiwai, perex, linux-sound

On Mon, 18 Dec 2023 21:37:00 +0100,
opticXC wrote:
> 
> The HP Pavilion 14 ec1xxx series uses the HP mainboard 8A0F with the ALC287 codec.
> It needs the ALC287_FIXUP_HP_GPIO_LED quirk to enable the mute led.
> 
> 
> Signed-off-by: opticXC <aabishmalik3337@gmail.com>
> ---
>  sound/pci/hda/patch_realtek.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index e45d4c405..416cda983 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -9881,6 +9881,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
>  	SND_PCI_QUIRK(0x103c, 0x89c6, "Zbook Fury 17 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
>  	SND_PCI_QUIRK(0x103c, 0x89ca, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
>  	SND_PCI_QUIRK(0x103c, 0x89d3, "HP EliteBook 645 G9 (MB 89D2)", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
> +    SND_PCI_QUIRK(0x103c, 0x8a0f, "HP Pavilion 14-ec1xxx", ALC287_FIXUP_HP_GPIO_LED),

The entry has a coding style problem; it uses 4 spaces instead of a
hard tab stop.

Please use a hard tab stop and resubmit.


thanks,

Takashi

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

* Re: [PATCH 6.6.7 1/1] ALSA: hda/realtek: mute led fix for HP Pavilion 14 ec1xxx series
  2023-12-29 13:24 ` Takashi Iwai
@ 2023-12-30  1:16   ` Geraldo Nascimento
  2023-12-30  9:04     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Geraldo Nascimento @ 2023-12-30  1:16 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: opticXC, tiwai, perex, linux-sound

On Fri, Dec 29, 2023 at 02:24:14PM +0100, Takashi Iwai wrote:
> On Mon, 18 Dec 2023 21:37:00 +0100,
> opticXC wrote:
> > 
> > The HP Pavilion 14 ec1xxx series uses the HP mainboard 8A0F with the ALC287 codec.
> > It needs the ALC287_FIXUP_HP_GPIO_LED quirk to enable the mute led.
> > 
> > 
> > Signed-off-by: opticXC <aabishmalik3337@gmail.com>
> > ---
> >  sound/pci/hda/patch_realtek.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> > index e45d4c405..416cda983 100644
> > --- a/sound/pci/hda/patch_realtek.c
> > +++ b/sound/pci/hda/patch_realtek.c
> > @@ -9881,6 +9881,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
> >  	SND_PCI_QUIRK(0x103c, 0x89c6, "Zbook Fury 17 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
> >  	SND_PCI_QUIRK(0x103c, 0x89ca, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
> >  	SND_PCI_QUIRK(0x103c, 0x89d3, "HP EliteBook 645 G9 (MB 89D2)", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
> > +    SND_PCI_QUIRK(0x103c, 0x8a0f, "HP Pavilion 14-ec1xxx", ALC287_FIXUP_HP_GPIO_LED),
> 
> The entry has a coding style problem; it uses 4 spaces instead of a
> hard tab stop.
> 
> Please use a hard tab stop and resubmit.

Hi Takashi, I also think his Signed-off-by line is a no-go unless he can
prove opticXC is a legal name.

Thanks,
Geraldo Nascimento

> 
> 
> thanks,
> 
> Takashi
> 

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

* Re: [PATCH 6.6.7 1/1] ALSA: hda/realtek: mute led fix for HP Pavilion 14 ec1xxx series
  2023-12-30  1:16   ` Geraldo Nascimento
@ 2023-12-30  9:04     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2023-12-30  9:04 UTC (permalink / raw)
  To: Geraldo Nascimento; +Cc: Takashi Iwai, opticXC, tiwai, perex, linux-sound

On Sat, 30 Dec 2023 02:16:06 +0100,
Geraldo Nascimento wrote:
> 
> On Fri, Dec 29, 2023 at 02:24:14PM +0100, Takashi Iwai wrote:
> > On Mon, 18 Dec 2023 21:37:00 +0100,
> > opticXC wrote:
> > > 
> > > The HP Pavilion 14 ec1xxx series uses the HP mainboard 8A0F with the ALC287 codec.
> > > It needs the ALC287_FIXUP_HP_GPIO_LED quirk to enable the mute led.
> > > 
> > > 
> > > Signed-off-by: opticXC <aabishmalik3337@gmail.com>
> > > ---
> > >  sound/pci/hda/patch_realtek.c | 1 +
> > >  1 file changed, 1 insertion(+)
> > > 
> > > diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> > > index e45d4c405..416cda983 100644
> > > --- a/sound/pci/hda/patch_realtek.c
> > > +++ b/sound/pci/hda/patch_realtek.c
> > > @@ -9881,6 +9881,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
> > >  	SND_PCI_QUIRK(0x103c, 0x89c6, "Zbook Fury 17 G9", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
> > >  	SND_PCI_QUIRK(0x103c, 0x89ca, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
> > >  	SND_PCI_QUIRK(0x103c, 0x89d3, "HP EliteBook 645 G9 (MB 89D2)", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
> > > +    SND_PCI_QUIRK(0x103c, 0x8a0f, "HP Pavilion 14-ec1xxx", ALC287_FIXUP_HP_GPIO_LED),
> > 
> > The entry has a coding style problem; it uses 4 spaces instead of a
> > hard tab stop.
> > 
> > Please use a hard tab stop and resubmit.
> 
> Hi Takashi, I also think his Signed-off-by line is a no-go unless he can
> prove opticXC is a legal name.

Right.


Takashi

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

end of thread, other threads:[~2023-12-30  9:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-18 20:37 [PATCH 6.6.7 1/1] ALSA: hda/realtek: mute led fix for HP Pavilion 14 ec1xxx series opticXC
2023-12-29 13:24 ` Takashi Iwai
2023-12-30  1:16   ` Geraldo Nascimento
2023-12-30  9:04     ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox