ALSA: hda - Add generic parser support to Analog Device codec driver
authorTakashi Iwai <tiwai@suse.de>
Fri, 21 Dec 2012 14:17:06 +0000 (15:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Jan 2013 07:45:00 +0000 (08:45 +0100)
commit78bb3cb0e24066f78168968de5f8e19615f1854e
treeb6eb8938ce7b8206b06426c2c34d312931862d48
parentbf92d1d5032d82e507cb328810cd7e1a046c1d0f
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>
sound/pci/hda/Kconfig
sound/pci/hda/patch_analog.c