]> 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)
commit2d0406a535ca09c1623b724590df0c0ed7064d35
tree316db5a3b4e7f27c188bc27cc21559c3aa426f4c
parent0a647efbb65d5458f6c9bc5f45f93a56ad3cef34
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