ALSA: hda - remove no physical connection pins from pin_quirk table
authorHui Wang <hui.wang@canonical.com>
Mon, 3 Aug 2015 03:03:49 +0000 (11:03 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 3 Aug 2015 08:16:20 +0000 (10:16 +0200)
commit11580297334c45c5aba47021aaa65136ad80d6ee
treec6481c0b7dc5623329196da92808cc8db63912a6
parent527c465a3c8716d93201ae34b7fc52679610596d
ALSA: hda - remove no physical connection pins from pin_quirk table

To cleanup the pin_quirk table:
 - rewrite the pin_config_match(), comparing all pins on the machine
   with the corresponding pins in the quirk table.
 - remove all 0x4xxxxxxx pin configurations from pin_quirk table
 - after removing the 0x4xxxxxxx pin configurations, some pin tables
   are exactly same, so removing the redudant pin tables.

Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_auto_parser.c
sound/pci/hda/patch_realtek.c
This page took 0.02549 seconds and 5 git commands to generate.