At Wed, 31 Oct 2007 09:39:46 +0100, I wrote:
At Wed, 31 Oct 2007 16:49:44 +0800, zhejiang wrote:
On Tue, 2007-10-30 at 14:53 +0100, Takashi Iwai wrote:
At Tue, 30 Oct 2007 17:05:55 +0800, zhejiang wrote:
The stac92xx_auto_create_multi_out_ctls() create controls according to cfg->line_outs. This patch seems to leave the cfg->line_outs unchanged. It will be 1 . So I think that we need to modify stac92xx_auto_create_multi_out_ctls(),let it to use the right line_outs.
Right, then it might be actually easier to swap line_outs and hp_outs before and after as you suggested...
Takashi
So,we should patch the patch_sigmatel.c like that?
Yes, that's what I meant (almost same change I did in my local tree :) I'm going to split this to two pieces, the change of m82 pin config and the hack for multi-HP outs (also my last change to autocfg parser).
Anyway, could you give your sign-off? Then I'll apply the patches to the HG tree for better testing.
FYI, the patch to autocfg in hda_codec.c was already committed to HG tree.
thanks,
Takashi