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)
commit67b6ec3196da235317ff1b9474f17379b78f3294
tree316db5a3b4e7f27c188bc27cc21559c3aa426f4c
parent29e3fdcc84e5da04cb7e6a36fee0a772c91d3b28
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