I am building a design that incorporates both Mic and Line level inputs, we also have an I2S input. We mix the inputs together with DSP and then spit it back out via I2s into another chip (like in the image below). After browsing the TI site, I found that the PCM1864 is capable of doing this. While building the circuit, I ran into an issue. I noticed that there is only 1 BCLK and 1 LRCLK. This is an issue since I need both an I2S input AND output.
Is it possible to use the same LRCLK and BCLK for both input and output? Or could I use one of the GPIO as LRCLK and another GPIO as BCLK?