* [PATCH] ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps
@ 2016-08-03 11:16 Maruthi Srinivas Bayyavarapu
2016-08-03 11:59 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Maruthi Srinivas Bayyavarapu @ 2016-08-03 11:16 UTC (permalink / raw)
To: tiwai, alsa-devel
Cc: alexander.deucher, stable, Maruthi Srinivas Bayyavarapu,
Maruthi Bayyavarapu
This commit fixes garbled audio on Bonaire HDMI
Signed-off-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
---
sound/pci/hda/hda_intel.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 6f8ea13..89dacf9 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2265,6 +2265,8 @@ static const struct pci_device_id azx_ids[] = {
{ PCI_DEVICE(0x1022, 0x780d),
.driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
/* ATI HDMI */
+ { PCI_DEVICE(0x1002, 0x0002),
+ .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
{ PCI_DEVICE(0x1002, 0x1308),
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
{ PCI_DEVICE(0x1002, 0x157a),
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps
2016-08-03 11:16 [PATCH] ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps Maruthi Srinivas Bayyavarapu
@ 2016-08-03 11:59 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2016-08-03 11:59 UTC (permalink / raw)
To: Maruthi Srinivas Bayyavarapu
Cc: alsa-devel, alexander.deucher, stable, Maruthi Bayyavarapu
On Wed, 03 Aug 2016 13:16:39 +0200,
Maruthi Srinivas Bayyavarapu wrote:
>
> This commit fixes garbled audio on Bonaire HDMI
>
> Signed-off-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com>
> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Applied now (with a proper Cc to stable). Thanks.
Takashi
> ---
> sound/pci/hda/hda_intel.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
> index 6f8ea13..89dacf9 100644
> --- a/sound/pci/hda/hda_intel.c
> +++ b/sound/pci/hda/hda_intel.c
> @@ -2265,6 +2265,8 @@ static const struct pci_device_id azx_ids[] = {
> { PCI_DEVICE(0x1022, 0x780d),
> .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
> /* ATI HDMI */
> + { PCI_DEVICE(0x1002, 0x0002),
> + .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
> { PCI_DEVICE(0x1002, 0x1308),
> .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },
> { PCI_DEVICE(0x1002, 0x157a),
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-03 12:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-03 11:16 [PATCH] ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps Maruthi Srinivas Bayyavarapu
2016-08-03 11:59 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).