Browse Source

ALSA: hda - Add generic parser support to Analog Device codec driver

This patch adds the support for the generic auto-parser to AD codec
driver.  For AD1988, the old code is replaced simply with the new
generic parser.  For other codecs, new model "auto" is added and
directed to use the generic parser.

No fixup codes have been implemented yet as of now.  Eventually we'd
replace each static quirk with the generic parser + fixup.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 12 years ago
parent
commit
78bb3cb0e2
2 changed files with 200 additions and 596 deletions
  1. 1 0
      sound/pci/hda/Kconfig
  2. 199 596
      sound/pci/hda/patch_analog.c

+ 1 - 0
sound/pci/hda/Kconfig

@@ -99,6 +99,7 @@ config SND_HDA_CODEC_REALTEK
 config SND_HDA_CODEC_ANALOG
 	bool "Build Analog Device HD-audio codec support"
 	default y
+	select SND_HDA_GENERIC
 	help
 	  Say Y here to include Analog Device HD-audio codec support in
 	  snd-hda-intel driver, such as AD1986A.

File diff suppressed because it is too large
+ 199 - 596
sound/pci/hda/patch_analog.c


Some files were not shown because too many files changed in this diff