diff mbox series

ALSA: hda/realtek: Add Intel Reference SSID to support headset keys

Message ID 20221011044916.2278867-1-saranya.gopal@intel.com (mailing list archive)
State Accepted
Commit 4f2e56a59b9947b3e698d3cabcb858765c12b1e8
Headers show
Series ALSA: hda/realtek: Add Intel Reference SSID to support headset keys | expand

Commit Message

Saranya Gopal Oct. 11, 2022, 4:49 a.m. UTC
This patch fixes the issue with 3.5mm headset keys
on RPL-P platform.

Signed-off-by: Saranya Gopal <saranya.gopal@intel.com>
Signed-off-by: Ninad Naik <ninad.naik@intel.com>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Takashi Iwai Oct. 11, 2022, 5:45 a.m. UTC | #1
On Tue, 11 Oct 2022 06:49:16 +0200,
Saranya Gopal wrote:
> 
> This patch fixes the issue with 3.5mm headset keys
> on RPL-P platform.
> 
> Signed-off-by: Saranya Gopal <saranya.gopal@intel.com>
> Signed-off-by: Ninad Naik <ninad.naik@intel.com>

Applied now (with the rearrangement of the entry in PCI SSID order).


thanks,

Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index bce82b834cec..4ea07634548d 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9444,6 +9444,7 @@  static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x10ec, 0x118c, "Medion EE4254 MD62100", ALC256_FIXUP_MEDION_HEADSET_NO_PRESENCE),
 	SND_PCI_QUIRK(0x10ec, 0x1230, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
 	SND_PCI_QUIRK(0x10ec, 0x1252, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
+	SND_PCI_QUIRK(0x10ec, 0x124c, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
 	SND_PCI_QUIRK(0x10ec, 0x1254, "Intel Reference board", ALC295_FIXUP_CHROME_BOOK),
 	SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-SZ6", ALC269_FIXUP_HEADSET_MODE),
 	SND_PCI_QUIRK(0x144d, 0xc109, "Samsung Ativ book 9 (NP900X3G)", ALC269_FIXUP_INV_DMIC),