2017-11-23 09:04:51

by Vijendar Mukunda

[permalink] [raw]
Subject: [PATCH] ALSA: hda: Add Raven PCI ID

This commit adds PCI ID for Raven platform
v2: Comment added for Raven

Signed-off-by: Vijendar Mukunda <[email protected]>
---
sound/pci/hda/hda_intel.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 01eb1dc..44babe5 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2454,6 +2454,9 @@ static const struct pci_device_id azx_ids[] = {
/* AMD Hudson */
{ PCI_DEVICE(0x1022, 0x780d),
.driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
+ /* AMD Raven */
+ { PCI_DEVICE(0x1022, 0x15e3),
+ .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 },
--
2.7.4


From 1584842477926784413@xxx Thu Nov 23 07:52:46 +0000 2017
X-GM-THRID: 1584839996387861169
X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread


2017-11-23 07:52:46

by Takashi Iwai

[permalink] [raw]
Subject: Re: [PATCH] ALSA: hda: Add Raven PCI ID

On Thu, 23 Nov 2017 13:47:44 +0100,
Vijendar Mukunda wrote:
>
> This commit adds PCI ID for Raven platform
>
> Signed-off-by: Vijendar Mukunda <[email protected]>
> ---
> 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 01eb1dc..9c7d479 100644
> --- a/sound/pci/hda/hda_intel.c
> +++ b/sound/pci/hda/hda_intel.c
> @@ -2454,6 +2454,8 @@ static const struct pci_device_id azx_ids[] = {
> /* AMD Hudson */
> { PCI_DEVICE(0x1022, 0x780d),
> .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
> + { PCI_DEVICE(0x1022, 0x15e3),
> + .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },

If the new chip isn't Hudson (I suppose "Raven"), could you add a
comment line as well?


thanks,

Takashi

From 1584839996387861169@xxx Thu Nov 23 07:13:20 +0000 2017
X-GM-THRID: 1584839996387861169
X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread