diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-03-21 10:17:14 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-25 17:06:43 +0400 |
commit | a603c8ee526f5ea9ad9b40710308766299ad8a69 (patch) | |
tree | 7cd900ebcc2485254ba501bf503307499b9e5658 /sound/soc/fsl/Kconfig | |
parent | 82535314a942c1235d54a0cdbe48d38f640d56ba (diff) | |
download | linux-a603c8ee526f5ea9ad9b40710308766299ad8a69.tar.xz |
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>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 597962ec28fa..789bc4dd5f4f 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -13,6 +13,7 @@ config SND_SOC_FSL_SPDIF config SND_SOC_FSL_ESAI tristate select REGMAP_MMIO + select SND_SOC_FSL_UTILS config SND_SOC_FSL_UTILS tristate |