]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/realtek: Add quirk for HP Pavilion x360
authorTakashi Iwai <tiwai@suse.de>
Thu, 16 Jul 2026 06:49:06 +0000 (08:49 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sat, 18 Jul 2026 10:18:20 +0000 (12:18 +0200)
commit02bbbf05d19f49c5cc9f249dd8844b2a7f2a2b8c
tree585ff984ab88e14be1f587ab78dc3630a66143d9
parent2eb79cb87b6fffa550198ee36b3a1cdc9e4955ee
ALSA: hda/realtek: Add quirk for HP Pavilion x360

HP Pavilion x360 sets a bogus PCI SSID (103c:0000), hence the driver
picks up a wrong quirk entry, resulting in an almost silent output.
And yet, the existing quirk for x390 doesn't seem sufficing, and we
need the extra setup for the amp.

This patch adds the quirk entry for the codec SSID (103c:8486) to
initialize the amp via COEF verbs and chains to the existing quirk for
another x360 model to address the silent output.

Closes: https://lore.kernel.org/CAF2ktaUW2oaWwGazGtJQ3o1JyE2R4O2xPd-Dchr=qqi7_QRruQ@mail.gmail.com
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20260716064916.540616-1-tiwai@suse.de
sound/hda/codecs/realtek/alc269.c