diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-03-21 14:17:15 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-25 13:06:43 +0000 |
commit | 5f9e6ff66f49d4d791af2b7c9d20727fb8a688e8 (patch) | |
tree | 3e24002cb493758b2f117e377db275d34004c76e /sound/soc/fsl/Kconfig | |
parent | a603c8ee526f5ea9ad9b40710308766299ad8a69 (diff) |
ASoC: imx-ssi: Add .xlate_tdm_slot_mask() support.
This patch add .xlate_tdm_slot_mask support for IMX SSI, 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 789bc4dd5f4f..338a91642471 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -121,6 +121,7 @@ if SND_IMX_SOC config SND_SOC_IMX_SSI tristate + select SND_SOC_FSL_UTILS config SND_SOC_IMX_PCM_FIQ tristate |