Hi,I found this thread where JBQ tells that audio input in AOSP is not working. This was in March.I have exactly this issue with my 4.0.4 checkout.I didn't try a newer checkout until now because for my needs 4.0.4 was all good. But now I'm faced with the fact that there is no audio input.
Hi Sebbi,This error occurs due to an invalid constraint in the twl6040 kernel driver, this constraint basically limited 17.64MHz sysclk to headset playback only, but hardware wise this constraint doesn't exist, so it was removed from the driver. Please take a look at [1].BTW, what Panda rev are you using? IIRC, there is a known problem with the headset mic in Rev EA1 and A1/2/3, since the differential input pins (HMICP and HMICN) are connected to separate channels in the microphone jack, instead of having HMICN connected to ground. As per schematics of Rev B1 [2], the audio input is more a Line In as no bias voltage is supplied, but should work fine.Regards,-Misa
Hi Sebbi,This error occurs due to an invalid constraint in the twl6040 kernel driver, this constraint basically limited 17.64MHz sysclk to headset playback only, but hardware wise this constraint doesn't exist, so it was removed from the driver. Please take a look at [1].BTW, what Panda rev are you using? IIRC, there is a known problem with the headset mic in Rev EA1 and A1/2/3, since the differential input pins (HMICP and HMICN) are connected to separate channels in the microphone jack, instead of having HMICN connected to ground. As per schematics of Rev B1 [2], the audio input is more a Line In as no bias voltage is supplied, but should work fine.Regards,-Misa
On Thursday, December 6, 2012 3:19:33 AM UTC-6, Sebbbi wrote: