Jacob Meuser wrote: > > I saw the suggestion to read tech@ in another thread but saw no (recent) > > diffs there that I believe apply to this machine. > > one thing I'm trying to do is get rid of the static mixer definitions > in azalia_codec.c. this exposes all the controls instead of a limited > subset and should give the user the ability to "fix" these types of > issues (we'll try our best to make things work by default, but we might > need test results and it's a lot easier to have users try mixerctl > settings than apply kernel patches). your problem is probably an > inconvenient default connection, like the speakers-connected-to- > surround-by-default issue described above.
Jacob, Please get rid of the static mixer from STAC9221 since it contains no mic at all: outputs.master=124,124 outputs.master.mute=off [ off on ] outputs.headphones=124,124 outputs.headphones.mute=off [ off on ] outputs.speaker=124,124 outputs.speaker.mute=off [ off on ] outputs.line=124,124 outputs.line.mute=off [ off on ] outputs.line2=124,124 outputs.line2.mute=off [ off on ] But here is output from MacBookPro1,2 without static mixer: inputs.dac.mute=off [ off on ] inputs.dac=254,254 inputs.dac2.mute=off [ off on ] inputs.dac2=126,126 inputs.dac3.mute=off [ off on ] inputs.dac3=126,126 inputs.dac4.mute=off [ off on ] inputs.dac4=126,126 outputs.line.dir=output [ input output ] outputs.line.boost=off [ off on ] outputs.mic.dir=input [ input output ] outputs.speaker.dir=output [ input output ] outputs.line3.dir=input [ input output ] outputs.SPDIF-out.sourc=dac5 [ dac5 sel3 vendor ] outputs.SPDIF-in.eapd=on [ off on ] inputs.sel.source=mic [ line3 mic speaker line ] outputs.sel=126,126 inputs.sel2.source= [ line3 mic speaker line ] outputs.sel2=126,126 inputs.beep=85 outputs.volume=254 inputs.sel3.sel.mute=off [ off on ] inputs.sel3.sel=126,126 inputs.sel4.sel2.mute=off [ off on ] inputs.sel4.sel2=126,126 record.usingadc=0607 [ 0607 09 ] outputs.master=254,254 inputs.dac=254,254 There is mic and it's (finally!) usable with inputs.sel.source set to mic (according to laptop's owner). Alexey