aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijendar Mukunda <Vijendar.Mukunda@amd.com>2017-11-23 09:37:00 -0500
committerTakashi Iwai <tiwai@suse.de>2017-11-23 04:17:59 -0500
commit9ceace3c9c18c67676e75141032a65a8e01f9a7a (patch)
tree16623be8a52600daafcc6f875061d6ecf2563626
parent2d7fe6185722b0817bb345f62ab06b76a7b26542 (diff)
ALSA: hda: Add Raven PCI ID
This commit adds PCI ID for Raven platform Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/hda_intel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index f958d8d54d15..c71dcacea807 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2463,6 +2463,9 @@ static const struct pci_device_id azx_ids[] = {
2463 /* AMD Hudson */ 2463 /* AMD Hudson */
2464 { PCI_DEVICE(0x1022, 0x780d), 2464 { PCI_DEVICE(0x1022, 0x780d),
2465 .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB }, 2465 .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
2466 /* AMD Raven */
2467 { PCI_DEVICE(0x1022, 0x15e3),
2468 .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
2466 /* ATI HDMI */ 2469 /* ATI HDMI */
2467 { PCI_DEVICE(0x1002, 0x0002), 2470 { PCI_DEVICE(0x1002, 0x0002),
2468 .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS }, 2471 .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },