* [PATCH] ALSA: hda/realtek: add quirk for ASUS UM6702RC
@ 2026-03-06 12:33 Zhang Heng
2026-03-09 8:57 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Zhang Heng @ 2026-03-06 12:33 UTC (permalink / raw)
To: tiwai, perex, chris.chiu, kailang, sbinding
Cc: linux-sound, linux-kernel, Zhang Heng
The sound card of this machine cannot adjust the volume, it can only
be 0 or 100%. The reason is that the DAC with pin 0x17 is connected
to 0x06. Testing found that connecting 0x02 can fix this problem.
Link: https://bugzilla.kernel.org/show_bug.cgi?id=220356
Signed-off-by: Zhang Heng <zhangheng@kylinos.cn>
---
sound/hda/codecs/realtek/alc269.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index 86bb22d19629..63afd66bff69 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7272,6 +7272,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
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),
+ HDA_CODEC_QUIRK(0x1043, 0x1ee2, "ASUS UM6702RA/RC", ALC285_FIXUP_ASUS_I2C_SPEAKER2_TO_DAC1),
SND_PCI_QUIRK(0x1043, 0x1ee2, "ASUS UM6702RA/RC", ALC287_FIXUP_CS35L41_I2C_2),
SND_PCI_QUIRK(0x1043, 0x1c52, "ASUS Zephyrus G15 2022", ALC289_FIXUP_ASUS_GA401),
SND_PCI_QUIRK(0x1043, 0x1f11, "ASUS Zephyrus G14", ALC289_FIXUP_ASUS_GA401),
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] ALSA: hda/realtek: add quirk for ASUS UM6702RC
2026-03-06 12:33 [PATCH] ALSA: hda/realtek: add quirk for ASUS UM6702RC Zhang Heng
@ 2026-03-09 8:57 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-03-09 8:57 UTC (permalink / raw)
To: Zhang Heng
Cc: tiwai, perex, chris.chiu, kailang, sbinding, linux-sound,
linux-kernel
On Fri, 06 Mar 2026 13:33:17 +0100,
Zhang Heng wrote:
>
> The sound card of this machine cannot adjust the volume, it can only
> be 0 or 100%. The reason is that the DAC with pin 0x17 is connected
> to 0x06. Testing found that connecting 0x02 can fix this problem.
>
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=220356
> Signed-off-by: Zhang Heng <zhangheng@kylinos.cn>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-09 8:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-06 12:33 [PATCH] ALSA: hda/realtek: add quirk for ASUS UM6702RC Zhang Heng
2026-03-09 8:57 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox