All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add quirk for ASUS ExpertBook B9403CVAR
@ 2025-07-01 13:34 Peter Ujfalusi
  2025-07-01 14:48 ` Anton Khirnov
  2025-07-02 14:29 ` Takashi Iwai
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Ujfalusi @ 2025-07-01 13:34 UTC (permalink / raw)
  To: tiwai, perex; +Cc: kailang, linux-sound

ASUS ExpertBook B9403CVAR needs the ALC294_FIXUP_ASUS_HPE for the
headphones to work.

Closes: https://github.com/thesofproject/linux/issues/5472
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.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 614306db2cb6..acb121ac96d3 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -11064,6 +11064,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1043, 0x1e63, "ASUS H7606W", ALC285_FIXUP_ASUS_GU605_SPI_SPEAKER2_TO_DAC1),
 	SND_PCI_QUIRK(0x1043, 0x1e83, "ASUS GA605W", ALC285_FIXUP_ASUS_GU605_SPI_SPEAKER2_TO_DAC1),
 	SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
+	SND_PCI_QUIRK(0x1043, 0x1e93, "ASUS ExpertBook B9403CVAR", ALC294_FIXUP_ASUS_HPE),
 	SND_PCI_QUIRK(0x1043, 0x1eb3, "ASUS Ally RCLA72", ALC287_FIXUP_TAS2781_I2C),
 	SND_PCI_QUIRK(0x1043, 0x1ed3, "ASUS HN7306W", ALC287_FIXUP_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x1043, 0x1ee2, "ASUS UM6702RA/RC", ALC287_FIXUP_CS35L41_I2C_2),
-- 
2.50.0


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

* Re: [PATCH] ALSA: hda/realtek: Add quirk for ASUS ExpertBook B9403CVAR
  2025-07-01 13:34 [PATCH] ALSA: hda/realtek: Add quirk for ASUS ExpertBook B9403CVAR Peter Ujfalusi
@ 2025-07-01 14:48 ` Anton Khirnov
  2025-07-02 14:29 ` Takashi Iwai
  1 sibling, 0 replies; 3+ messages in thread
From: Anton Khirnov @ 2025-07-01 14:48 UTC (permalink / raw)
  To: peter.ujfalusi; +Cc: kailang, linux-sound, perex, tiwai

+Tested-by: Anton Khirnov <anton@khirnov.net>

-- 
Anton Khirnov

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

* Re: [PATCH] ALSA: hda/realtek: Add quirk for ASUS ExpertBook B9403CVAR
  2025-07-01 13:34 [PATCH] ALSA: hda/realtek: Add quirk for ASUS ExpertBook B9403CVAR Peter Ujfalusi
  2025-07-01 14:48 ` Anton Khirnov
@ 2025-07-02 14:29 ` Takashi Iwai
  1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2025-07-02 14:29 UTC (permalink / raw)
  To: Peter Ujfalusi; +Cc: tiwai, perex, kailang, linux-sound

On Tue, 01 Jul 2025 15:34:11 +0200,
Peter Ujfalusi wrote:
> 
> ASUS ExpertBook B9403CVAR needs the ALC294_FIXUP_ASUS_HPE for the
> headphones to work.
> 
> Closes: https://github.com/thesofproject/linux/issues/5472
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>

Applied now.  Thanks.


Takashi

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

end of thread, other threads:[~2025-07-02 14:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-01 13:34 [PATCH] ALSA: hda/realtek: Add quirk for ASUS ExpertBook B9403CVAR Peter Ujfalusi
2025-07-01 14:48 ` Anton Khirnov
2025-07-02 14:29 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.