* ASUS UX563 speaker no ouput
@ 2020-07-16 7:33 Kailang
2020-07-16 7:40 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Kailang @ 2020-07-16 7:33 UTC (permalink / raw)
To: Takashi Iwai; +Cc: (alsa-devel@alsa-project.org)
[-- Attachment #1: Type: text/plain, Size: 691 bytes --]
Hi Takashi,
ASUS UX563 speaker also no sound.
Add quirk to model ALC294_FIXUP_ASUS_HPE will solve it.
BR,
Kailang
> -----Original Message-----
> From: Takashi Iwai <tiwai@suse.de>
> Sent: Thursday, July 16, 2020 3:19 PM
> To: Kailang <kailang@realtek.com>
> Cc: (alsa-devel@alsa-project.org) <alsa-devel@alsa-project.org>
> Subject: Re: ASUS UX533 and UX534 speaker no ouput
>
> On Thu, 16 Jul 2020 09:12:26 +0200,
> Kailang wrote:
> >
> > Hi Takashi,
> >
> > Attach patch will solve speaker no output issue for ASUS platform.
> > Many Thanks.
>
> Pulled now. Thanks.
>
>
> Takashi
>
> ------Please consider the environment before printing this e-mail.
[-- Attachment #2: 0000-asus-ux563.patch --]
[-- Type: application/octet-stream, Size: 1197 bytes --]
From 2dc6d8896ba42f6648bcf35421016837e09a011c Mon Sep 17 00:00:00 2001
From: Kailang Yang <kailang@realtek.com>
Date: Thu, 16 Jul 2020 15:21:59 +0800
Subject: [PATCH] ALSA: hda/realtek - Enable Speaker for ASUS UX563
ASUS UX563 speaker can't output.
Add quirk to link suitable model will enable it.
This model also could enable headset Mic.
Signed-off-by: Kailang Yang <kailang@realtek.com>
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index c1a13c8eab47..f015afd59133 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7537,6 +7537,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x1043, 0x17d1, "ASUS UX431FL", ALC294_FIXUP_ASUS_DUAL_SPK),
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, 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),
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-16 7:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-16 7:33 ASUS UX563 speaker no ouput Kailang
2020-07-16 7:40 ` 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.