]> git.karo-electronics.de Git - karo-tx-linux.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)
commitd2c3b14e1f0dcebdb695617c0c1342a36b914a47
tree53242d039c8f118850490c96456bfdffc40db844
parente49a14fa36aeb72476e038fcde96c151b7e4ecc8
ALSA: hda - Fix applying MSI dual-codec mobo quirk

The previous commit [63691587f7b0: 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: 63691587f7b0 ("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