This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

McASP master mode on DM8168

Hi!

I have to use McASP on DM8168 in I2S master mode: just generate on pins MCA2_ACLKX and MCA2_AFSX frequency and frame sync signals appropriately. Data is transmitted through MCA2_AXR0 and MCA2_AXR1. 

I made the next changes in machine driver:

davinci-evm.c:

#define AUDIO_FORMAT (SND_SOC_DAIFMT_DSP_B | \
        SND_SOC_DAIFMT_CBS_CFS | SND_SOC_DAIFMT_IB_NF

After that I tried to record and play sound, but my attempts were failed. Using oscilloscope I didn't see any frequency on MCA2_ACLKX: only permanent +1.6V.

What's wrong? Does DM8168 support I2S master mode?

Thanks!