Tool/software:
I have a great working TLV320AIC3110 Audio chip with RPi and Linux for sound output. I am trying to get a simple Mono microphone input to the chip. It "seems" that I can get an Electret Miciphone and simply attach it to a port (MIC1RP (pin 14) through a capacitor
Is this the correct electronic way to do this
Additionnaly, would anybody know the correct device Overlay entry for this? So far I have:
simple-audio-card,widgets =
"Microphone", "Mic Jack",
"Speaker", "External Speaker";
simple-audio-card,routing =
"External Speaker", "SPL",
"External Speaker", "SPR",
"MIC1RP", "Mic Jack";
The speaker part just works.
Thanks for nay insights before I commit to manufacture :-D