Xiubo Li (10): ASoC: core: Add snd_soc_dai_set_tdm_slot_xlate(). ASoC: fsl-utils: Add fsl_asoc_of_xlate_tdm_slot_mask() support. ASoC: fsl-esai: Add .of_xlate_tdm_slot_mask() support. ASoC: fsl-ssi: Add .of_xlate_tdm_slot_mask() support. ASoC: imx-ssi: Add .of_xlate_tdm_slot_mask() support. ASoC: simple-card: Use snd_soc_dai_set_tdm_slot_xlate() ASoC: blackfin: bf5xx-ad1836: Use snd_soc_dai_set_tdm_slot_xlate() ASoC: blackfin: bf5xx-ad193x: Use snd_soc_dai_set_tdm_slot_xlate() ASoC: fsl: eukrea-tlv320: Use snd_soc_dai_set_tdm_slot_xlate() ASoC: fsl: wm1133-ev1: Use snd_soc_dai_set_tdm_slot_xlate()
include/sound/soc-dai.h | 3 +++ sound/soc/blackfin/bf5xx-ad1836.c | 2 +- sound/soc/blackfin/bf5xx-ad193x.c | 4 ++-- sound/soc/fsl/Kconfig | 3 +++ sound/soc/fsl/eukrea-tlv320.c | 2 +- sound/soc/fsl/fsl_esai.c | 2 ++ sound/soc/fsl/fsl_ssi.c | 2 ++ sound/soc/fsl/fsl_utils.c | 27 +++++++++++++++++++++++++++ sound/soc/fsl/fsl_utils.h | 4 +++- sound/soc/fsl/imx-ssi.c | 2 ++ sound/soc/fsl/wm1133-ev1.c | 11 +---------- sound/soc/generic/simple-card.c | 7 +++---- sound/soc/soc-core.c | 33 ++++++++++++++++++++++++++++----- 13 files changed, 78 insertions(+), 24 deletions(-)