* [PATCH v2] ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list
@ 2024-08-06 0:08 Steven 'Steve' Kendall
2024-08-06 6:46 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Steven 'Steve' Kendall @ 2024-08-06 0:08 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai
Cc: linux-sound, linux-kernel, Steven 'Steve' Kendall
In recent HP UEFI firmware (likely v2.15 and above, tested on 2.27),
these pins are incorrectly set for HDMI/DP audio. Tested on
HP MP9 G4 Retail System AMS. Tested audio with two monitors connected
via DisplayPort.
Link: https://forum.manjaro.org/t/intel-cannon-lake-pch-cavs-conexant-cx20632-no-sound-at-hdmi-or-displayport/133494
Link: https://bbs.archlinux.org/viewtopic.php?id=270523
Signed-off-by: Steven 'Steve' Kendall <skend@chromium.org>
---
Changes in v2:
- Now instead adds value to force connect list as suggested in review.
- I tested these changes with two monitors via DP, results identical to v1.
- Link to v1: https://lore.kernel.org/r/20240802-hdmi-audio-hp-wrongpins-v1-1-8d8ba10d77f8@chromium.org
---
sound/pci/hda/patch_hdmi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 707d203ba652..4e7361d1d518 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -1989,6 +1989,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, 0x83ef, "HP MP9 G4 Retail System AMS", 1),
SND_PCI_QUIRK(0x103c, 0x870f, "HP", 1),
SND_PCI_QUIRK(0x103c, 0x871a, "HP", 1),
SND_PCI_QUIRK(0x103c, 0x8711, "HP", 1),
---
base-commit: 8400291e289ee6b2bf9779ff1c83a291501f017b
change-id: 20240802-hdmi-audio-hp-wrongpins-f88606f8d3ab
Best regards,
--
Steven 'Steve' Kendall <skend@chromium.org>
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH v2] ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list
2024-08-06 0:08 [PATCH v2] ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list Steven 'Steve' Kendall
@ 2024-08-06 6:46 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2024-08-06 6:46 UTC (permalink / raw)
To: Steven 'Steve' Kendall
Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel
On Tue, 06 Aug 2024 02:08:24 +0200,
Steven 'Steve' Kendall wrote:
>
> In recent HP UEFI firmware (likely v2.15 and above, tested on 2.27),
> these pins are incorrectly set for HDMI/DP audio. Tested on
> HP MP9 G4 Retail System AMS. Tested audio with two monitors connected
> via DisplayPort.
>
> Link: https://forum.manjaro.org/t/intel-cannon-lake-pch-cavs-conexant-cx20632-no-sound-at-hdmi-or-displayport/133494
> Link: https://bbs.archlinux.org/viewtopic.php?id=270523
> Signed-off-by: Steven 'Steve' Kendall <skend@chromium.org>
> ---
> Changes in v2:
> - Now instead adds value to force connect list as suggested in review.
> - I tested these changes with two monitors via DP, results identical to v1.
> - Link to v1: https://lore.kernel.org/r/20240802-hdmi-audio-hp-wrongpins-v1-1-8d8ba10d77f8@chromium.org
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-06 6:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06 0:08 [PATCH v2] ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list Steven 'Steve' Kendall
2024-08-06 6:46 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox