Prakash Punnoor <[EMAIL PROTECTED]> writes:

> So my guess is that probably setting ad1986a_3st_init_verbs is wrong
> for my mobo.
>
>       {0x0f, AC_VERB_SET_CONNECT_SEL, 0x2},
>       {0x10, AC_VERB_SET_CONNECT_SEL, 0x1},
>
> What do those magic number 0x1 and 0x2 mean here? I looked into hda
> specs and ad1986a specs. 0xf is mic selector and 0x10 is line
> selector. Does is select which physical output is chosen?

As far as I have understood the spec, 0x2 means that NID 0xf widget's
input is connected to the third widget listed in NID 0xf widget's
connection list.  It's like a pointer into the connection list.

So you need widget's 0x0f connection list to know the actual widget
connected its input.

Likewise for 0x1.

HTH



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to