* [PATCH] ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx
@ 2024-01-13 2:37 Çağhan Demir
2024-01-15 11:42 ` Takashi Iwai
2024-01-15 17:23 ` Çağhan Demir
0 siblings, 2 replies; 4+ messages in thread
From: Çağhan Demir @ 2024-01-13 2:37 UTC (permalink / raw)
Cc: Çağhan Demir, Jaroslav Kysela, Takashi Iwai,
linux-sound, linux-kernel
This HP Laptop uses ALC236 codec with COEF 0x07 idx 1 controlling
the mute LED. This patch enables the already existing quirk for
this device.
Signed-off-by: Çağhan Demir <caghandemir@marun.edu.tr>
---
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 b68c94757..124bee526 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9876,6 +9876,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x8870, "HP ZBook Fury 15.6 Inch G8 Mobile Workstation PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
SND_PCI_QUIRK(0x103c, 0x8873, "HP ZBook Studio 15.6 Inch G8 Mobile Workstation PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
SND_PCI_QUIRK(0x103c, 0x887a, "HP Laptop 15s-eq2xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
+ SND_PCI_QUIRK(0x103c, 0x87FE, "HP Laptop 15s-fq2xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
SND_PCI_QUIRK(0x103c, 0x888a, "HP ENVY x360 Convertible 15-eu0xxx", ALC245_FIXUP_HP_X360_MUTE_LEDS),
SND_PCI_QUIRK(0x103c, 0x888d, "HP ZBook Power 15.6 inch G8 Mobile Workstation PC", ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8895, "HP EliteBook 855 G8 Notebook PC", ALC285_FIXUP_HP_SPEAKERS_MICMUTE_LED),
--
2.43.0
--
Bu e-posta mesajı ve içeriği gizli veya özel bilgiler içerebilir. Mesajın içeriğinde bulunan tüm fikir ve görüşler sadece göndericiye ait olup, Marmara Üniversitesi’nin resmi görüşünü yansıtmaz. Kurumumuz bu e-posta içeriğindeki bilgilerin kullanılması nedeniyle hiç kimseye karşı sorumlu tutulamaz. Mesajın belirlenen alıcılardan biri değilseniz, mesaj içeriğini ya da eklerini kullanmayınız, kopyalamayınız, yaymayınız, başka kişilere yönlendirmeyiniz ve mesajı gönderen kişiyi derhal e-posta yoluyla haberdar ederek bu mesajı ve eklerini herhangi bir kopyasını muhafaza etmeksizin siliniz. Kurumumuz size, mesajın ve bilgilerinin değişikliğe uğramaması, bütünlüğünün ve gizliliğin korunması konusunda garanti vermemekte olup, e-posta içeriğine yetkisiz olarak yapılan müdahale, virüs içermesi ve/veya bilgisayar sisteminize verebileceği herhangi bir zarardan da sorumlu değildir.This e-mail message and its content may cont
ain confidential or proprietary information. All ideas and opinions contained in the message are solely those of the sender and do not reflect the official opinion of Marmara University. Our institution cannot be held responsible to anyone for the use of the information contained in this e-mail. If you are not one of the designated recipients of the message, do not use, copy, disseminate, forward the message content or attachments, and immediately notify the sender of the message via e-mail and delete this message and its attachments without retaining any copies. Our institution does not guarantee you that the message and its information will not be changed, its integrity and confidentiality will be protected, and is not responsible for any unauthorized intervention to the e-mail content, viruses and/or any damage it may cause to your computer system.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx
2024-01-13 2:37 [PATCH] ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx Çağhan Demir
@ 2024-01-15 11:42 ` Takashi Iwai
2024-01-15 17:23 ` Çağhan Demir
1 sibling, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2024-01-15 11:42 UTC (permalink / raw)
To: Çağhan Demir
Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel
On Sat, 13 Jan 2024 03:37:33 +0100,
Çağhan Demir wrote:
>
> This HP Laptop uses ALC236 codec with COEF 0x07 idx 1 controlling
> the mute LED. This patch enables the already existing quirk for
> this device.
>
> Signed-off-by: Çağhan Demir <caghandemir@marun.edu.tr>
> ---
> 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 b68c94757..124bee526 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -9876,6 +9876,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
> SND_PCI_QUIRK(0x103c, 0x8870, "HP ZBook Fury 15.6 Inch G8 Mobile Workstation PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
> SND_PCI_QUIRK(0x103c, 0x8873, "HP ZBook Studio 15.6 Inch G8 Mobile Workstation PC", ALC285_FIXUP_HP_GPIO_AMP_INIT),
> SND_PCI_QUIRK(0x103c, 0x887a, "HP Laptop 15s-eq2xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
> + SND_PCI_QUIRK(0x103c, 0x87FE, "HP Laptop 15s-fq2xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
The entry is sorted in PCI SSID order.
Could you put it at the right position?
Also, the lower alphabets are used for hex numbers in general.
thanks,
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx
2024-01-13 2:37 [PATCH] ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx Çağhan Demir
2024-01-15 11:42 ` Takashi Iwai
@ 2024-01-15 17:23 ` Çağhan Demir
2024-01-16 9:12 ` Takashi Iwai
1 sibling, 1 reply; 4+ messages in thread
From: Çağhan Demir @ 2024-01-15 17:23 UTC (permalink / raw)
To: caghandemir; +Cc: linux-kernel, linux-sound, perex, tiwai
This HP Laptop uses ALC236 codec with COEF 0x07 idx 1 controlling
the mute LED. This patch enables the already existing quirk for
this device.
Signed-off-by: Çağhan Demir <caghandemir@marun.edu.tr>
---
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 b68c94757..0f0a03e89 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9861,6 +9861,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x87f5, "HP", ALC287_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x87f6, "HP Spectre x360 14", ALC245_FIXUP_HP_X360_AMP),
SND_PCI_QUIRK(0x103c, 0x87f7, "HP Spectre x360 14", ALC245_FIXUP_HP_X360_AMP),
+ SND_PCI_QUIRK(0x103c, 0x87fe, "HP Laptop 15s-fq2xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
SND_PCI_QUIRK(0x103c, 0x8805, "HP ProBook 650 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x880d, "HP EliteBook 830 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8811, "HP Spectre x360 15-eb1xxx", ALC285_FIXUP_HP_SPECTRE_X360_EB1),
--
2.43.0
--
Bu e-posta mesajı ve içeriği gizli veya özel bilgiler içerebilir. Mesajın içeriğinde bulunan tüm fikir ve görüşler sadece göndericiye ait olup, Marmara Üniversitesi’nin resmi görüşünü yansıtmaz. Kurumumuz bu e-posta içeriğindeki bilgilerin kullanılması nedeniyle hiç kimseye karşı sorumlu tutulamaz. Mesajın belirlenen alıcılardan biri değilseniz, mesaj içeriğini ya da eklerini kullanmayınız, kopyalamayınız, yaymayınız, başka kişilere yönlendirmeyiniz ve mesajı gönderen kişiyi derhal e-posta yoluyla haberdar ederek bu mesajı ve eklerini herhangi bir kopyasını muhafaza etmeksizin siliniz. Kurumumuz size, mesajın ve bilgilerinin değişikliğe uğramaması, bütünlüğünün ve gizliliğin korunması konusunda garanti vermemekte olup, e-posta içeriğine yetkisiz olarak yapılan müdahale, virüs içermesi ve/veya bilgisayar sisteminize verebileceği herhangi bir zarardan da sorumlu değildir.This e-mail message and its content may cont
ain confidential or proprietary information. All ideas and opinions contained in the message are solely those of the sender and do not reflect the official opinion of Marmara University. Our institution cannot be held responsible to anyone for the use of the information contained in this e-mail. If you are not one of the designated recipients of the message, do not use, copy, disseminate, forward the message content or attachments, and immediately notify the sender of the message via e-mail and delete this message and its attachments without retaining any copies. Our institution does not guarantee you that the message and its information will not be changed, its integrity and confidentiality will be protected, and is not responsible for any unauthorized intervention to the e-mail content, viruses and/or any damage it may cause to your computer system.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx
2024-01-15 17:23 ` Çağhan Demir
@ 2024-01-16 9:12 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2024-01-16 9:12 UTC (permalink / raw)
To: Çağhan Demir; +Cc: linux-kernel, linux-sound, perex, tiwai
On Mon, 15 Jan 2024 18:23:03 +0100,
Çağhan Demir wrote:
>
> This HP Laptop uses ALC236 codec with COEF 0x07 idx 1 controlling
> the mute LED. This patch enables the already existing quirk for
> this device.
>
> Signed-off-by: Çağhan Demir <caghandemir@marun.edu.tr>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-16 9:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-13 2:37 [PATCH] ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx Çağhan Demir
2024-01-15 11:42 ` Takashi Iwai
2024-01-15 17:23 ` Çağhan Demir
2024-01-16 9:12 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®