Part Number: TLV320AIC3101
I want to use TLV320AIC3101 with two independent microphones.
Could you help me check the design is valid or not?

This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TLV320AIC3101
I want to use TLV320AIC3101 with two independent microphones.
Could you help me check the design is valid or not?

Hello,
Yes the mic connections look correct for two single-ended microphones integration.
Please refer to the the datasheet section 12.2.1 (www.ti.com/.../tlv320adc5140.pdf for similar use-case.
Regards,
Sakshi
Hello,
Sharing an example of register setting configuring for the two single-ended microphones application:
#Assuming device address as 90h
w 90 19 c0 #Page 0 Register 25 MICBIAS output is powered up and is connected to AVDD level
#Page 0 Register 17 D7-D4 for MIC2L/LINE2LInput Level Control for Left-ADC PGA Mix
w 90 11 0f #Setting the input level control to 0 dB to connect MIC2L to the left-ADC PGA mix
#Page 0 Register 18 D3-D0 for MIC2R/LINE2R Input Level Control for Right-ADC PGA Mix
w 90 11 f0 #Setting the input level control to 0 dB to connect MIC2R to the Right-ADC PGA mix
Best Regards,
Sakshi