summaryrefslogtreecommitdiff
path: root/rust/kernel
diff options
context:
space:
mode:
authorsongxiebing <songxiebing@kylinos.cn>2026-04-13 09:18:54 +0800
committerTakashi Iwai <tiwai@suse.de>2026-04-13 07:36:31 +0200
commit882321ccaeea52dd645dff98bfea2f92b286e673 (patch)
tree3e43e917601aa5faebcc84438e036f83f90c32ec /rust/kernel
parent80bb50e2d459213cccff3111d5ef98ed4238c0d5 (diff)
ALSA: hda/realtek: Add quirk for HP Spectre x360 14-ea
HP Spectre x360 Convertible 14-ea0xxx (2021 model or so) doesn't make produce sound,The Bang & Olufsen speaker amplifier is not enabled. Root causing: The PCI subsystem ID is 103c:0000 (HP left it unset), while the codec subsystem ID is 103c:885b. The vendor-wide catch-all SND_PCI_QUIRK_VENDOR(0x103c, "HP", ALC269_FIXUP_HP_MUTE_LED) matches 103c:0000 before the codec SSID fallback is reached, so ALC245_FIXUP_HP_X360_AMP never applies. So add the quirk in alc269_fixup_tbl. Reported-by: dzidmail <dzidmail@gmail.com> Closes: https://bugzilla.kernel.org/show_bug.cgi?id=221341 Signed-off-by: songxiebing <songxiebing@kylinos.cn> Link: https://patch.msgid.link/20260413011854.96520-1-songxiebing@kylinos.cn Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'rust/kernel')
0 files changed, 0 insertions, 0 deletions