why the sai output signal(SAI2_TXD pin) is not sync with bclk(SAI2_BCLK)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

why the sai output signal(SAI2_TXD pin) is not sync with bclk(SAI2_BCLK)

1,631 Views
snail246
Contributor I

I use SAI2(chip imx6ull) with TDM mode, kernel config like these:

fmt = SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_NB_NF |
                  SND_SOC_DAIFMT_CBM_CFM;

snd_soc_dai_set_tdm_slot(cpu_dai, 0, 0, 16, 32);

DSP_A mode, channel 16, 32bit,

aplay special wav file, and its data is 0dB in channel0,

the msb bit31 is 0, other bits are 0,

0 Kudos
Reply
1 Reply