diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-01-26 09:31:34 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-01-26 09:31:41 +0100 |
commit | 9b132f2764e5a04bfb2e6c6f51cf5a729617d6a4 (patch) | |
tree | 986201af09ea4cd734ac5afa4a069cb9e56b78e9 /sound/pci/hda/hda_intel.c | |
parent | ALSA: cs46xx: fix spelling mistake "to" -> "too" (diff) | |
parent | ALSA: usb-audio: add quirks for Line6 Helix devices fw>=2.82 (diff) | |
download | linux-9b132f2764e5a04bfb2e6c6f51cf5a729617d6a4.tar.xz linux-9b132f2764e5a04bfb2e6c6f51cf5a729617d6a4.zip |
Merge branch 'for-linus' into for-next
Resolve conflicts and correct the hex numbers, too.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index d70052e4a2e1..b5e8d4301883 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2190,6 +2190,8 @@ static const struct snd_pci_quirk power_save_blacklist[] = { /* 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 */ + SND_PCI_QUIRK(0x1558, 0x6504, "Clevo W65_67SB", 0), + /* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */ SND_PCI_QUIRK(0x1028, 0x0497, "Dell Precision T3600", 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 */ |