* [PATCH] ALSA: hda - Add new GPU codec ID 0x10de0082 to snd-hda
@ 2016-03-13 20:58 Aaron Plattner
2016-03-14 7:24 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Aaron Plattner @ 2016-03-13 20:58 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai; +Cc: Aaron Plattner, alsa-devel, linux-kernel
Vendor ID 0x10de0082 is used by a yet-to-be-named GPU chip.
This chip also has the 2-ch audio swapping bug, so patch_nvhdmi is
appropriate here.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
---
Another day, another new chip with the same stupid bug. The hardware folks
still claim they're going to fix it someday.
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 bcbc4ee10130..651a9ee494db 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -3659,6 +3659,7 @@ HDA_CODEC_ENTRY(0x10de0070, "GPU 70 HDMI/DP", patch_nvhdmi),
HDA_CODEC_ENTRY(0x10de0071, "GPU 71 HDMI/DP", patch_nvhdmi),
HDA_CODEC_ENTRY(0x10de0072, "GPU 72 HDMI/DP", patch_nvhdmi),
HDA_CODEC_ENTRY(0x10de007d, "GPU 7d HDMI/DP", patch_nvhdmi),
+HDA_CODEC_ENTRY(0x10de0082, "GPU 82 HDMI/DP", patch_nvhdmi),
HDA_CODEC_ENTRY(0x10de0083, "GPU 83 HDMI/DP", patch_nvhdmi),
HDA_CODEC_ENTRY(0x10de8001, "MCP73 HDMI", patch_nvhdmi_2ch),
HDA_CODEC_ENTRY(0x11069f80, "VX900 HDMI/DP", patch_via_hdmi),
--
2.7.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: hda - Add new GPU codec ID 0x10de0082 to snd-hda
2016-03-13 20:58 [PATCH] ALSA: hda - Add new GPU codec ID 0x10de0082 to snd-hda Aaron Plattner
@ 2016-03-14 7:24 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2016-03-14 7:24 UTC (permalink / raw)
To: Aaron Plattner; +Cc: Jaroslav Kysela, alsa-devel, linux-kernel
On Sun, 13 Mar 2016 21:58:57 +0100,
Aaron Plattner wrote:
>
> Vendor ID 0x10de0082 is used by a yet-to-be-named GPU chip.
>
> This chip also has the 2-ch audio swapping bug, so patch_nvhdmi is
> appropriate here.
>
> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
> ---
> Another day, another new chip with the same stupid bug. The hardware folks
> still claim they're going to fix it someday.
Applied, thanks.
Takashi
>
> 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 bcbc4ee10130..651a9ee494db 100644
> --- a/sound/pci/hda/patch_hdmi.c
> +++ b/sound/pci/hda/patch_hdmi.c
> @@ -3659,6 +3659,7 @@ HDA_CODEC_ENTRY(0x10de0070, "GPU 70 HDMI/DP", patch_nvhdmi),
> HDA_CODEC_ENTRY(0x10de0071, "GPU 71 HDMI/DP", patch_nvhdmi),
> HDA_CODEC_ENTRY(0x10de0072, "GPU 72 HDMI/DP", patch_nvhdmi),
> HDA_CODEC_ENTRY(0x10de007d, "GPU 7d HDMI/DP", patch_nvhdmi),
> +HDA_CODEC_ENTRY(0x10de0082, "GPU 82 HDMI/DP", patch_nvhdmi),
> HDA_CODEC_ENTRY(0x10de0083, "GPU 83 HDMI/DP", patch_nvhdmi),
> HDA_CODEC_ENTRY(0x10de8001, "MCP73 HDMI", patch_nvhdmi_2ch),
> HDA_CODEC_ENTRY(0x11069f80, "VX900 HDMI/DP", patch_via_hdmi),
> --
> 2.7.3
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-14 7:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-13 20:58 [PATCH] ALSA: hda - Add new GPU codec ID 0x10de0082 to snd-hda Aaron Plattner
2016-03-14 7:24 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome