From: Andy Chi <andy.chi@canonical.com>
Cc: andy.chi@canonical.com, "Takashi Iwai" <tiwai@suse.com>,
"Tim Crawford" <tcrawford@system76.com>,
"Stefan Binding" <sbinding@opensource.cirrus.com>,
"Meng Tang" <tangmeng@uniontech.com>,
"Philipp Jungkamp" <p.jungkamp@gmx.net>,
"Kacper Michajłow" <kasper93@gmail.com>,
"Gabriele Mazzotta" <gabriele.mzt@gmail.com>,
"Yuchi Yang" <yangyuchi66@gmail.com>,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: [PATCH 1/2] ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform.
Date: Tue, 14 Feb 2023 11:58:51 +0800 [thread overview]
Message-ID: <20230214035853.31217-1-andy.chi@canonical.com> (raw)
There is a HP platform needs ALC236_FIXUP_HP_GPIO_LED quirk to
make mic-mute/audio-mute working.
Signed-off-by: Andy Chi <andy.chi@canonical.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 1134a493d225..7b9fb38ff732 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9436,6 +9436,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x8b5e, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
SND_PCI_QUIRK(0x103c, 0x8b7a, "HP", ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8b7d, "HP", ALC236_FIXUP_HP_GPIO_LED),
+ SND_PCI_QUIRK(0x103c, 0x8b87, "HP", ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8b8a, "HP", ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8b8b, "HP", ALC236_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8b8d, "HP", ALC236_FIXUP_HP_GPIO_LED),
--
2.34.1
next reply other threads:[~2023-02-14 4:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-14 3:58 Andy Chi [this message]
2023-02-14 3:58 ` [PATCH 2/2] ALSA: hda/realtek: Enable mute/micmute LEDs support for HP Laptops Andy Chi
2023-02-14 10:24 ` Takashi Iwai
2023-02-14 10:25 ` [PATCH 1/2] ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform Takashi Iwai
2023-02-14 10:26 ` Andy Chi
2023-02-14 10:37 ` [PATCH v2] ALSA: hda/realtek: Enable mute/micmute LEDs support for HP Laptops Andy Chi
2023-02-14 11:27 ` Takashi Iwai
2023-02-14 14:00 ` Andy Chi
2023-02-14 14:04 ` [PATCH v3] ALSA: hda/realtek: Enable mute/micmute LEDs and speaker " Andy Chi
2023-02-14 14:07 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230214035853.31217-1-andy.chi@canonical.com \
--to=andy.chi@canonical.com \
--cc=alsa-devel@alsa-project.org \
--cc=gabriele.mzt@gmail.com \
--cc=kasper93@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=p.jungkamp@gmx.net \
--cc=sbinding@opensource.cirrus.com \
--cc=tangmeng@uniontech.com \
--cc=tcrawford@system76.com \
--cc=tiwai@suse.com \
--cc=yangyuchi66@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox