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.

使用tlv320aic3101 LINE2音频环出没有声音,有用过碰到这样的问题没有?

Other Parts Discussed in Thread: TLV320AIC3101

在使用tlv320aic3101时,使用line1 环出有音频输出,使用line2环出时就没有

line1 环出时设置的寄存器 i2c_write(0x30,108,0x11);

line2 环出时设置的寄存器i2c_write(0x30,108,0x44);

不知道line2 为什么环出就没有声音,是还有别的要配置吗

  • 您好,可以做下这个实验,因为line 1 配置目前输出正常,那么Line2 输入时,将输入多路选择器的配置 和line 1 一样,也就是说line2 的输入,路由和line1 一样。

    比如line1 配置的是left ADC, 那么line 2 输入的时候,将input MUX 也配置成left ADC, 这样内部配置都是一样的,看下是否Line 2 输出有声音?