[ALSA] hda-codec - More fix of ALC880 codec support
authorTakashi Iwai <tiwai@suse.de>
Mon, 13 Jun 2005 12:16:38 +0000 (14:16 +0200)
committerJaroslav Kysela <perex@suse.cz>
Wed, 22 Jun 2005 10:28:59 +0000 (12:28 +0200)
commite9edcee061a80181f0d6e7cada07e1898c14718e
treeb8ce3f0430ef436cbfbe98736f1ef6bc86fd8c94
parentb636a71d9b9525ee51ca872d461817a5bd5c39fd
[ALSA] hda-codec - More fix of ALC880 codec support

Documentation,HDA Codec driver,HDA generic driver,HDA Intel driver
- Fix some invalid configurations, typos in the last patch
- Make init_verbs chainable, so that different configs can share the same
  init_verbs
- Reorder and clean up the source codes in patch_realtek.c
- Add the pin default configuration parser, used commonly in cmedia
  and realtek patch codes.
- Add 'auto' model to ALC880 for auto-configuration from BIOS
  Use this model as default, and 3-stack as fallback

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Documentation/sound/alsa/ALSA-Configuration.txt
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_generic.c
sound/pci/hda/hda_intel.c
sound/pci/hda/hda_local.h
sound/pci/hda/patch_cmedia.c
sound/pci/hda/patch_realtek.c