Searched hist:a603c8ee526f5ea9ad9b40710308766299ad8a69 (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/fsl/ |
H A D | Kconfig | diff 769091ee18056b3aa35b415d9768fb23f361e598 Fri Aug 08 08:47:22 CEST 2014 Shengjiu Wang <shengjiu.wang@freescale.com> ASoC: fsl-esai: Revert .xlate_tdm_slot_mask() support
This reverts commit a603c8ee526f5ea9ad9b40710308766299ad8a69.
fsl_asoc_xlate_tdm_slot_mask() is different with snd_soc_xlate_tdm_slot_mask(). fsl_asoc_xlate_tdm_slot_mask() will set the enabled bit to 0, disabled bit to 1. snd_soc_xlate_tdm_slot_mask() will set the enabled bit to 1, disabled bit to 0. For esai when the bit value is 1, the slot is enabled, when the bit value is 0, the slot is disabled. If using fsl_asoc_xlate_tdm_slot_mask(), the esai will work abnormally. So revert this patch, make the esai use default function.
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com> Acked-by: Nicolin Chen <nicoleotsuka@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org> diff a603c8ee526f5ea9ad9b40710308766299ad8a69 Fri Mar 21 07:17:14 CET 2014 Xiubo Li <Li.Xiubo@freescale.com> ASoC: fsl-esai: Add .xlate_tdm_slot_mask() support.
This patch add .xlate_tdm_slot_mask support for ESAI, and this will generate the TDM slot TX and RX masks.
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>
|