]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/3.18.85/alsa-hda-add-raven-pci-id.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 3.18.85 / alsa-hda-add-raven-pci-id.patch
CommitLineData
895587e6
GKH
1From 9ceace3c9c18c67676e75141032a65a8e01f9a7a Mon Sep 17 00:00:00 2001
2From: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
3Date: Thu, 23 Nov 2017 20:07:00 +0530
4Subject: ALSA: hda: Add Raven PCI ID
5
6From: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
7
8commit 9ceace3c9c18c67676e75141032a65a8e01f9a7a upstream.
9
10This commit adds PCI ID for Raven platform
11
12Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
13Signed-off-by: Takashi Iwai <tiwai@suse.de>
14Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15
16---
17 sound/pci/hda/hda_intel.c | 3 +++
18 1 file changed, 3 insertions(+)
19
20--- a/sound/pci/hda/hda_intel.c
21+++ b/sound/pci/hda/hda_intel.c
22@@ -2092,6 +2092,9 @@ static const struct pci_device_id azx_id
23 /* AMD Hudson */
24 { PCI_DEVICE(0x1022, 0x780d),
25 .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
26+ /* AMD Raven */
27+ { PCI_DEVICE(0x1022, 0x15e3),
28+ .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
29 /* ATI HDMI */
30 { PCI_DEVICE(0x1002, 0x0002),
31 .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS },