10 Jan
2013
10 Jan
'13
5:06 p.m.
At Thu, 10 Jan 2013 14:48:06 +0800, Raymond Yau wrote:
[1 <text/plain; UTF-8 (7bit)>]
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
Do the dac allocation of generic of parser really fit for adi codec since DAC0 of most ad198x codecs is for port-A headphone while the first DAC of realtek is for front line out ?
Yes, the DAC order doesn't matter. The new codec parser tries to parse the full paths.
Takashi