Hi, I've got custom board based on OMAPl138.
I've got PCM1770 audio codec instead AIC3106 installed on LCDK. It works on Linux from Mcsdk with lcdk config.
On my board PCM1770 works as slave and McASP as master.
So I started with setting CLKXM bit in ACLKXCTL register.
When I start aplay command I saw error "or: Input/outputaic3x_mute error"
Oscilloscope didn't show any signal on BCLK and WCLK. It explained me that McAsp doesn't work in master mode.
PCM1770 has every values that I need by default. Am I right that I don't need any driver to it? Should I turn off AIC316 driver?
Thanks!