Message ID | 20221206185311.3669950-1-jiaozhou@google.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 31b573946ea55e1ea0e08ae8e83bcf879b30f83a |
Headers | show |
Series | [v2] ALSA: hda/hdmi: Add HP Device 0x8711 to force connect list | expand |
On Tue, 06 Dec 2022 19:53:11 +0100, Jiao Zhou wrote: > > HDMI audio is not working on the HP EliteDesk 800 G6 because the pin is > unconnected. This issue can be resolved by using the 'hdajackretask' > tool to override the unconnected pin to force it to connect. > > Signed-off-by: Jiao Zhou <jiaozhou@google.com> Thanks, applied now. Takashi
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 21edf7a619f07..7a40ddfd695a1 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1975,6 +1975,7 @@ static int hdmi_add_cvt(struct hda_codec *codec, hda_nid_t cvt_nid) static const struct snd_pci_quirk force_connect_list[] = { SND_PCI_QUIRK(0x103c, 0x870f, "HP", 1), SND_PCI_QUIRK(0x103c, 0x871a, "HP", 1), + SND_PCI_QUIRK(0x103c, 0x8711, "HP", 1), SND_PCI_QUIRK(0x1462, 0xec94, "MS-7C94", 1), SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", 1), {}
HDMI audio is not working on the HP EliteDesk 800 G6 because the pin is unconnected. This issue can be resolved by using the 'hdajackretask' tool to override the unconnected pin to force it to connect. Signed-off-by: Jiao Zhou <jiaozhou@google.com> --- sound/pci/hda/patch_hdmi.c | 1 + 1 file changed, 1 insertion(+)