From: Greg Kroah-Hartman Date: Mon, 27 Nov 2017 13:03:02 +0000 (+0100) Subject: 3.18-stable patches X-Git-Tag: v3.18.85~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=895587e677b113dafcb09bc879647d8fc65d0c06;p=thirdparty%2Fkernel%2Fstable-queue.git 3.18-stable patches added patches: alsa-hda-add-raven-pci-id.patch --- 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 index 00000000000..e17c796c359 --- /dev/null +++ b/queue-3.18/alsa-hda-add-raven-pci-id.patch @@ -0,0 +1,31 @@ +From 9ceace3c9c18c67676e75141032a65a8e01f9a7a Mon Sep 17 00:00:00 2001 +From: Vijendar Mukunda +Date: Thu, 23 Nov 2017 20:07:00 +0530 +Subject: ALSA: hda: Add Raven PCI ID + +From: Vijendar Mukunda + +commit 9ceace3c9c18c67676e75141032a65a8e01f9a7a upstream. + +This commit adds PCI ID for Raven platform + +Signed-off-by: Vijendar Mukunda +Signed-off-by: Takashi Iwai +Signed-off-by: Greg Kroah-Hartman + +--- + 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 }, diff --git a/queue-3.18/series b/queue-3.18/series index d6e9095b74d..42845feaa6b 100644 --- a/queue-3.18/series +++ b/queue-3.18/series @@ -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