linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256
@ 2021-01-22  5:47 Jian-Hong Pan
  2021-01-22  8:54 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Jian-Hong Pan @ 2021-01-22  5:47 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, linux-kernel, linux, Jian-Hong Pan

ASUS B1400CEPE laptop's headset audio is not enabled until
ALC256_FIXUP_ASUS_HPE quirk is applied.

Here is the original pin node values:

0x12 0x40000000
0x13 0x411111f0
0x14 0x90170110
0x18 0x411111f0
0x19 0x411111f0
0x1a 0x411111f0
0x1b 0x411111f0
0x1d 0x40461b45
0x1e 0x411111f0
0x21 0x04211020

Signed-off-by: Jian-Hong Pan <jhp@endlessos.org>
---
 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 ed5b6b894dc1..290645516313 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8006,6 +8006,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1043, 0x18b1, "Asus MJ401TA", ALC256_FIXUP_ASUS_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1043, 0x18f1, "Asus FX505DT", ALC256_FIXUP_ASUS_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1043, 0x194e, "ASUS UX563FD", ALC294_FIXUP_ASUS_HPE),
+	SND_PCI_QUIRK(0x1043, 0x1982, "ASUS B1400CEPE", ALC256_FIXUP_ASUS_HPE),
 	SND_PCI_QUIRK(0x1043, 0x19ce, "ASUS B9450FA", ALC294_FIXUP_ASUS_HPE),
 	SND_PCI_QUIRK(0x1043, 0x19e1, "ASUS UX581LV", ALC295_FIXUP_ASUS_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1043, 0x1a13, "Asus G73Jw", ALC269_FIXUP_ASUS_G73JW),
-- 
2.30.0


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

* Re: [PATCH] ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256
  2021-01-22  5:47 [PATCH] ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256 Jian-Hong Pan
@ 2021-01-22  8:54 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-01-22  8:54 UTC (permalink / raw)
  To: Jian-Hong Pan; +Cc: Takashi Iwai, alsa-devel, linux-kernel, linux

On Fri, 22 Jan 2021 06:47:06 +0100,
Jian-Hong Pan wrote:
> 
> ASUS B1400CEPE laptop's headset audio is not enabled until
> ALC256_FIXUP_ASUS_HPE quirk is applied.
> 
> Here is the original pin node values:
> 
> 0x12 0x40000000
> 0x13 0x411111f0
> 0x14 0x90170110
> 0x18 0x411111f0
> 0x19 0x411111f0
> 0x1a 0x411111f0
> 0x1b 0x411111f0
> 0x1d 0x40461b45
> 0x1e 0x411111f0
> 0x21 0x04211020
> 
> Signed-off-by: Jian-Hong Pan <jhp@endlessos.org>

Thanks, applied now.


Takashi

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

end of thread, other threads:[~2021-01-22  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22  5:47 [PATCH] ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256 Jian-Hong Pan
2021-01-22  8:54 ` 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).