From: Greg Kroah-Hartman Date: Mon, 27 Nov 2017 13:03:51 +0000 (+0100) Subject: 4.4-stable patches X-Git-Tag: v3.18.85~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4bd8320f9c526925455a5f38062576d7594ed7c;p=thirdparty%2Fkernel%2Fstable-queue.git 4.4-stable patches added patches: alsa-hda-add-raven-pci-id.patch --- diff --git a/queue-4.4/alsa-hda-add-raven-pci-id.patch b/queue-4.4/alsa-hda-add-raven-pci-id.patch new file mode 100644 index 00000000000..839ce0937ff --- /dev/null +++ b/queue-4.4/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 +@@ -2316,6 +2316,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-4.4/series b/queue-4.4/series index 1a9b8dbb9dd..d20b2be22c0 100644 --- a/queue-4.4/series +++ b/queue-4.4/series @@ -12,3 +12,4 @@ arm-8722-1-mm-make-strict_kernel_rwx-effective-for-lpae.patch arm-8721-1-mm-dump-check-hardware-ro-bit-for-lpae.patch mips-ralink-fix-mt7628-pinmux.patch mips-ralink-fix-typo-in-mt7628-pinmux-function.patch +alsa-hda-add-raven-pci-id.patch