diff options
| author | Rodrigo Vivi <[email protected]> | 2018-07-23 09:13:12 -0700 | 
|---|---|---|
| committer | Rodrigo Vivi <[email protected]> | 2018-07-23 09:13:12 -0700 | 
| commit | c74a7469f97c0f40b46e82ee979f9fb1bb6e847c (patch) | |
| tree | f2690a1a916b73ef94657fbf0e0141ae57701825 /sound/pci/hda/hda_intel.c | |
| parent | 6f15a7de86c8cf2dc09fc9e6d07047efa40ef809 (diff) | |
| parent | 500775074f88d9cf5416bed2ca19592812d62c41 (diff) | |
Merge drm/drm-next into drm-intel-next-queued
We need a backmerge to get DP_DPCD_REV_14 before we push other
i915 changes to dinq that could break compilation.
Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
| -rw-r--r-- | sound/pci/hda/hda_intel.c | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index b0c8c79848a9..1ae1850b3bfd 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2209,7 +2209,20 @@ static struct snd_pci_quirk power_save_blacklist[] = {  	/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */  	SND_PCI_QUIRK(0x1849, 0x0c0c, "Asrock B85M-ITX", 0),  	/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */ +	SND_PCI_QUIRK(0x1849, 0x7662, "Asrock H81M-HDS", 0), +	/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */  	SND_PCI_QUIRK(0x1043, 0x8733, "Asus Prime X370-Pro", 0), +	/* https://bugzilla.redhat.com/show_bug.cgi?id=1581607 */ +	SND_PCI_QUIRK(0x1558, 0x3501, "Clevo W35xSS_370SS", 0), +	/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */ +	/* Note the P55A-UD3 and Z87-D3HP share the subsys id for the HDA dev */ +	SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte P55A-UD3 / Z87-D3HP", 0), +	/* https://bugzilla.kernel.org/show_bug.cgi?id=199607 */ +	SND_PCI_QUIRK(0x8086, 0x2057, "Intel NUC5i7RYB", 0), +	/* https://bugzilla.redhat.com/show_bug.cgi?id=1520902 */ +	SND_PCI_QUIRK(0x8086, 0x2068, "Intel NUC7i3BNB", 0), +	/* https://bugzilla.redhat.com/show_bug.cgi?id=1572975 */ +	SND_PCI_QUIRK(0x17aa, 0x36a7, "Lenovo C50 All in one", 0),  	/* https://bugzilla.kernel.org/show_bug.cgi?id=198611 */  	SND_PCI_QUIRK(0x17aa, 0x2227, "Lenovo X1 Carbon 3rd Gen", 0),  	{} |