I have an external PCM device that has a 4-wire PCM interface that outputs its clock (either 2.048MHz or 128kHz) and expects to have the sync signal as an input:
+--------------------------+
| |=====>> DOUT
| PCM Device |<<===== DIN
| to attach |=====>> CLK
| to OMAP |<<===== SYNC
+--------------------------+
Can the OMAP 3530 McBSP support this configuration? All the diagrams in the TRM show clock (clkr or clkx) and sync (fsr or fsx) as both coming from the codec OR both coming from the McBSP.
If this is supported in the OMAP McBSP, do you know if it's supported in the Linux McBSP driver?
Thanks,
Chris