]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda/realtek - Drop all ALC880 static quirks
authorTakashi Iwai <tiwai@suse.de>
Mon, 20 Feb 2012 17:20:42 +0000 (18:20 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Feb 2012 17:20:42 +0000 (18:20 +0100)
commit9cbbe31e8806ba19314badee7beced6248533ed6
tree316db5a3b4e7f27c188bc27cc21559c3aa426f4c
parentc5698044497b2c5f62de019ff1652e2974936a65
ALSA: hda/realtek - Drop all ALC880 static quirks

Finally the all static quirks for ALC880 are converted to the
auto-parser.  Since we are never sure whether the BIOS on so many old
machines are really correct, the quirk table entries are copied as
they are, but just providing the proper pin-config values
accordingly.

Since alc880_quirks.c is removed, alc882_quirks.c has to be adjusted
slightly to be built again.  There might be some compile warnings due
to the remaining alc882 quirks, but these shall be killed sooner or
later, I don't care it much at this point.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Documentation/sound/alsa/HD-Audio-Models.txt
sound/pci/hda/alc880_quirks.c [deleted file]
sound/pci/hda/alc882_quirks.c
sound/pci/hda/patch_realtek.c