Hi
I would like to config the codec so that the ADC/DAC has different sample rate. (e.g ADC is 32000Hz and DAC is 8000hz) . However the problem is once we configure the DAC/ADC mod clock to get different sample rate, the WCLK in I2S interface ( should equal to sample rate) always match the lower clock in ADC/DAC. In our case, it will stay on 8000 hz instead of 32000hz. In the datasheet of audio codec, we know how to configure BCLK of I2S by choose the it source from ADC mod clock or DAC mod clock. However there's no notes or comments on how to configure the WCLK when ADC/DAC has different sample rate. All the application notes we can find seems assume the ADC/DAC has same sample rate or the WCLK is from outside input.
So the question in general is how would we configure ADC/DAC clock and I2S interface clocks when ADC/DAC has different sample rate?
thank you