]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
3.18-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Nov 2017 13:03:02 +0000 (14:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Nov 2017 13:03:02 +0000 (14:03 +0100)
added patches:
alsa-hda-add-raven-pci-id.patch

queue-3.18/alsa-hda-add-raven-pci-id.patch [new file with mode: 0644]
queue-3.18/series

diff --git a/queue-3.18/alsa-hda-add-raven-pci-id.patch b/queue-3.18/alsa-hda-add-raven-pci-id.patch
new file mode 100644 (file)
index 0000000..e17c796
--- /dev/null
@@ -0,0 +1,31 @@
+From 9ceace3c9c18c67676e75141032a65a8e01f9a7a Mon Sep 17 00:00:00 2001
+From: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
+Date: Thu, 23 Nov 2017 20:07:00 +0530
+Subject: ALSA: hda: Add Raven PCI ID
+
+From: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
+
+commit 9ceace3c9c18c67676e75141032a65a8e01f9a7a upstream.
+
+This commit adds PCI ID for Raven platform
+
+Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ sound/pci/hda/hda_intel.c |    3 +++
+ 1 file changed, 3 insertions(+)
+
+--- a/sound/pci/hda/hda_intel.c
++++ b/sound/pci/hda/hda_intel.c
+@@ -2092,6 +2092,9 @@ static const struct pci_device_id azx_id
+       /* 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 },
index d6e9095b74daad871d31aef0112418121a5a081c..42845feaa6babe19b559a30fbef17159c4b4213c 100644 (file)
@@ -4,3 +4,4 @@ sched-make-resched_cpu-unconditional.patch
 lib-mpi-call-cond_resched-from-mpi_powm-loop.patch
 x86-decoder-add-new-test-instruction-pattern.patch
 arm-8721-1-mm-dump-check-hardware-ro-bit-for-lpae.patch
+alsa-hda-add-raven-pci-id.patch