Other Parts Discussed in Thread: TLV320AIC3204 你好,我用了贵公司的语音芯片tlv320aic3204。但是在官网上这个地址:lxr.free-electrons.com/.../tlv320aic32x4.c ,这里只提供了对i2c的支持,我想问一下,贵公司是否有支持i2s的驱动?
Hello,
I am attempting to write a linux driver to interface with another CPU using McBSP3 by poll writing. To do this, I need the McBSP to supply both clock and frame-sync signals and output to the outside-connected CPU.
The problem is that transmit appears…