Prakash Punnoor wrote:
> OK, I was right. Taking out ad1986a_3st_init_verbs is enough for making it 
> work:
> 
>       case AD1986A_3STACK:
>               spec->num_mixers = 2;
>               spec->mixers[1] = ad1986a_3st_mixers;
>               spec->num_init_verbs = 1;//2;
>               //spec->init_verbs[1] = ad1986a_3st_init_verbs;
>               spec->init_verbs[2] = ad1986a_ch2_init;
>               spec->channel_mode = ad1986a_modes;
>               spec->num_channel_mode = ARRAY_SIZE(ad1986a_modes);
>               spec->need_dac_fix = 1;
>               spec->multiout.max_channels = 2;
>               spec->multiout.num_dacs = 1;
>               break;
> 
> There is still one bug left for me: If I change ch setting, I need to adjust 
> vol for sur, cl/lfe again, otherwise they stay mute. Bug of driver or 
> alsamixer?
> 
> Would be nice if we got a real fix for kernel 2.6.21. :-)
> 
> Cheers,

On my A8N-VM then it's working with *init_verbs* commented, max_channels 
set to 6 and num_dacs set to 3.
I haven't tried it, but if you're changing num_init_verbs to 1 then it 
looks like spec->init_verbs[2] = ad1986a_ch2_init; should have 
spec->init_verbs[1] instead?

-ol

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to