I'm not entirely sure that the code you have is the latest. Could you compare your patch_conexant.c with this one: http://members.dsl-only.net/~tdavis/patch_conexant.c This is my latest version (it's also in the alsa hg tree). Tobin On Tue, 2007-03-27 at 13:48 -0300, Rodrigo Luiz wrote: > Hi Tobin, > > I'm using a x86-64 arch with a SMP support. > > More details in the link of output from my alsa-info.sh using the > original patch_conexant.c > > http://pastebin.ca/412287 > > > Rodrigo. > > Tobin Davis wrote: > > What system do you have? Can you post the output from this script: > > http://bulletproof.servebeer.com/alsa/scripts/alsa-info.sh > > > > I'm working on that driver, and am interested in knowing what I need to > > add to fix it. > > > > Tobin > > > > On Tue, 2007-03-27 at 12:17 -0300, Rodrigo Luiz wrote: > >> Hi. > >> > >> I have a HDA NVidia, with a Conexant chipset CX20549 Venice (CXT5045) > >> > >> I tried to test the last alsa-kernel in -mm tree to support my mic. > >> (2.6.21-rc4-mm1 and 2.6.21-rc5-mm2) > >> > >> When I try to load the hda-intel, I receive this message: > >> > >> Mar 27 11:29:08 dig kernel: hda_intel: azx_get_response timeout, > >> switching to polling mode > >> Mar 27 11:29:09 dig kernel: hda_intel: azx_get_response timeout, > >> switching to single_cmd mode > >> > >> After loaded, the speakers doesn't work. Headphone works ok. Mic too. > >> > >> Look in code, I apply this comment and now the speakers works for me: > >> > >> --- patch_conexant.c.orig 2007-03-27 11:37:43.000000000 -0300 > >> +++ patch_conexant.c 2007-03-27 11:38:02.000000000 -0300 > >> @@ -822,7 +822,7 @@ > >> case CXT5045_FUJITSU: > >> spec->input_mux = &cxt5045_capture_source; > >> spec->num_init_verbs = 2; > >> - spec->init_verbs[1] = cxt5045_mic_sense_init_verbs; > >> +// spec->init_verbs[1] = cxt5045_mic_sense_init_verbs; > >> spec->mixers[0] = cxt5045_mixers; > >> codec->patch_ops.init = cxt5045_init; > >> break; > >> > >> But, I don't understand why, because this code is not executed for my > >> chipset. > >> > >> > >> Thanks, > >> > >> Rodrigo Luiz > >> _______________________________________________ > >> Alsa-devel mailing list > >> Alsa-devel@xxxxxxxxxxxxxxxx <mailto:Alsa-devel@xxxxxxxxxxxxxxxx> > >> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel > > -- > > Tobin Davis <tdavis@xxxxxxxxxxxx <mailto:tdavis@xxxxxxxxxxxx>> > > > > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@xxxxxxxxxxxxxxxx > http://mailman.alsa-project.org/mailman/listinfo/alsa-devel -- Tobin Davis <tdavis@xxxxxxxxxxxx> _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel