All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maruthi Srinivas Bayyavarapu <Maruthi.Bayyavarapu@amd.com>
To: <tiwai@suse.de>, <alsa-devel@alsa-project.org>
Cc: <alexander.deucher@amd.com>, <stable@vger.kernel.org>,
	"Maruthi Srinivas Bayyavarapu" <Maruthi.Bayyavarapu@amd.com>,
	Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com>
Subject: [PATCH] ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps
Date: Wed, 3 Aug 2016 16:46:39 +0530	[thread overview]
Message-ID: <1470222999-8291-1-git-send-email-Maruthi.Bayyavarapu@amd.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Maruthi Srinivas Bayyavarapu <Maruthi.Bayyavarapu@amd.com>
To: tiwai@suse.de, alsa-devel@alsa-project.org
Cc: alexander.deucher@amd.com, stable@vger.kernel.org,
	Maruthi Srinivas Bayyavarapu <Maruthi.Bayyavarapu@amd.com>,
	Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com>
Subject: [PATCH] ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps
Date: Wed, 3 Aug 2016 16:46:39 +0530	[thread overview]
Message-ID: <1470222999-8291-1-git-send-email-Maruthi.Bayyavarapu@amd.com> (raw)

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

             reply	other threads:[~2016-08-03 11:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-03 11:16 Maruthi Srinivas Bayyavarapu [this message]
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
2016-08-03 11:59   ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470222999-8291-1-git-send-email-Maruthi.Bayyavarapu@amd.com \
    --to=maruthi.bayyavarapu@amd.com \
    --cc=alexander.deucher@amd.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=stable@vger.kernel.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.