Hi,
I have custom board based on am5728 SOC. It has TLV320AIC3262 audiocodec device connected to it. When we connect headphone to the 3.5 mm jack we get different audio levels on the left and right channels. As suggested by a TI community member we are to copy the first 16 bits of the SOC side buffer DAVINCI_MCASP_RXBUF_REG to its last 16 bits for mcasp3. So basically, to support stereo mode in audio is this sufficient or any other configuration needs to be seen ? Also is it the correct register that is to be modified? If yes, then where do we have to do changes in linux kernel source code directory in order to modify this buffer?