]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix applying MSI dual-codec mobo quirk
authorTakashi Iwai <tiwai@suse.de>
Thu, 1 Jun 2017 07:35:30 +0000 (09:35 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 1 Jun 2017 07:46:47 +0000 (09:46 +0200)
commit0f252537cc2e08217745ddd3bb997518dea416cb
tree53242d039c8f118850490c96456bfdffc40db844
parent581e6a0f77f4680d91f74be5d11328e5cceb96d1
ALSA: hda - Fix applying MSI dual-codec mobo quirk

The previous commit [154df1d55bd8: ALSA: hda - Apply dual-codec quirk
for MSI Z270-Gaming mobo] attempted to apply the existing dual-codec
quirk for a MSI mobo.  But it turned out that this isn't applied
properly due to the MSI-vendor quirk before this entry.  I overlooked
such two MSI entries just because they were put in the wrong position,
although we have a list ordered by PCI SSID numbers.

This patch fixes it by rearranging the unordered entries.

Fixes: 154df1d55bd8 ("ALSA: hda - Apply dual-codec quirk for MSI Z270-Gaming mobo")
Reported-by: Rudolf Schmidt <info@rudolfschmidt.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c