Jakub Lach wrote:
> cpghost wrote:
>> On Thu, Oct 29, 2009 at 04:05:33PM -0700, Jakub Lach wrote:
>>> mav-3 wrote:
>>>> Jakub Lach wrote:
>>>>> Yes, I tried tracing related changes to no avail, furthermore I didn't
>>>>> change 
>>>>> anything related in my configuration.
>>>>>
>>>>> Dmesg gives some insight:
>>>>>
>>>>> hdac0: Tracing association 1 (2)
>>>>> hdac0:  Unable to trace pin 24 to ADC 20, undo traces
>>>>> hdac0:  Pin 24 traced to ADC 21
>>>>> hdac0:  Unable to trace pin 29 to ADC 21, undo traces
>>>>> hdac0: Association 1 (2) trace failed
>>>>>
>>>>> Full dmesg + sndstat
>>>>>
> http://senduit.com/55d199

I don't know how it could work before, as looks like this codec unable
to pass both mics to the same ADC. Also you seems not configured audio
redirection.

I would propose you such configuration with redirection:

hint.hdac.0.cad0.nid22.config="as=1 seq=15"
hint.hdac.0.cad0.nid24.config="as=3"
hint.hdac.0.cad0.nid26.config="as=1"
hint.hdac.0.cad0.nid29.config="as=2"

or such with two separate pcm devices:

hint.hdac.0.cad0.nid22.config="as=3"
hint.hdac.0.cad0.nid24.config="as=4"
hint.hdac.0.cad0.nid26.config="as=1"
hint.hdac.0.cad0.nid29.config="as=2"

-- 
Alexander Motin
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to