]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit503ad78ad4d61b8d9d46a689977698b21aecbefd
treeb8ce3f0430ef436cbfbe98736f1ef6bc86fd8c94
parente62564bf26689d6171ed7bfec156985b0a3c457e
[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