Add several improvements for the sai interface. 1.allow to set mclk rate with zero clk_id for master mode 2.add xlate_tdm_slot_mask() callback to avoid channel constrain 3.separate 'is_dsp_mode' for tx and rx 4.separate set_tdm_slot() for tx and rx
Shengjiu Wang (4): ASoC: fsl_sai: allow to set mclk rate with zero clk_id ASoC: fsl_sai: add xlate_tdm_slot_mask() callback ASoC: fsl_sai: separate 'is_dsp_mode' for tx and rx ASoC: fsl_sai: separate set_tdm_slot() for tx and rx sound/soc/fsl/fsl_sai.c | 90 ++++++++++++++++++++++++++++------------- sound/soc/fsl/fsl_sai.h | 6 +-- 2 files changed, 65 insertions(+), 31 deletions(-) -- 2.34.1