linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add quirk for Legion Y9000X 2019
@ 2022-02-12 16:08 Yu Huang
  2022-02-14  8:46 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Yu Huang @ 2022-02-12 16:08 UTC (permalink / raw)
  To: perex
  Cc: diwang90, Takashi Iwai, Jeremy Szu, Werner Sembach, Hui Wang,
	Cameron Berkenpas, Kailang Yang, Lucas Tanure, Sami Loone,
	alsa-devel, linux-kernel

Legion Y9000X 2019 has the same speaker with Y9000X 2020,
but with a different quirk address. Add one quirk entry
to make the speaker work on Y9000X 2019 too.

Signed-off-by: Yu Huang <diwang90@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 8315bf7d4c38..9473fb76ff19 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9170,6 +9170,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x17aa, 0x3824, "Legion Y9000X 2020", ALC285_FIXUP_LEGION_Y9000X_SPEAKERS),
 	SND_PCI_QUIRK(0x17aa, 0x3827, "Ideapad S740", ALC285_FIXUP_IDEAPAD_S740_COEF),
 	SND_PCI_QUIRK(0x17aa, 0x3834, "Lenovo IdeaPad Slim 9i 14ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
+	SND_PCI_QUIRK(0x17aa, 0x383d, "Legion Y9000X 2019", ALC285_FIXUP_LEGION_Y9000X_SPEAKERS),
 	SND_PCI_QUIRK(0x17aa, 0x3843, "Yoga 9i", ALC287_FIXUP_IDEAPAD_BASS_SPK_AMP),
 	SND_PCI_QUIRK(0x17aa, 0x3847, "Legion 7 16ACHG6", ALC287_FIXUP_LEGION_16ACHG6),
 	SND_PCI_QUIRK(0x17aa, 0x384a, "Lenovo Yoga 7 15ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
-- 
2.34.1


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

* Re: [PATCH] ALSA: hda/realtek: Add quirk for Legion Y9000X 2019
  2022-02-12 16:08 [PATCH] ALSA: hda/realtek: Add quirk for Legion Y9000X 2019 Yu Huang
@ 2022-02-14  8:46 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2022-02-14  8:46 UTC (permalink / raw)
  To: Yu Huang
  Cc: perex, Takashi Iwai, Jeremy Szu, Werner Sembach, Hui Wang,
	Cameron Berkenpas, Kailang Yang, Lucas Tanure, Sami Loone,
	alsa-devel, linux-kernel

On Sat, 12 Feb 2022 17:08:33 +0100,
Yu Huang wrote:
> 
> Legion Y9000X 2019 has the same speaker with Y9000X 2020,
> but with a different quirk address. Add one quirk entry
> to make the speaker work on Y9000X 2019 too.
> 
> Signed-off-by: Yu Huang <diwang90@gmail.com>

Thanks, applied.


Takashi

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

end of thread, other threads:[~2022-02-14  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-12 16:08 [PATCH] ALSA: hda/realtek: Add quirk for Legion Y9000X 2019 Yu Huang
2022-02-14  8:46 ` 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).