aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/fsl/fsl_utils.h')
-rw-r--r--sound/soc/fsl/fsl_utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_utils.h b/sound/soc/fsl/fsl_utils.h
index b2951126527c..df535db40313 100644
--- a/sound/soc/fsl/fsl_utils.h
+++ b/sound/soc/fsl/fsl_utils.h
@@ -22,5 +22,7 @@ int fsl_asoc_get_dma_channel(struct device_node *ssi_np, const char *name,
struct snd_soc_dai_link *dai,
unsigned int *dma_channel_id,
unsigned int *dma_id);
-
+int fsl_asoc_xlate_tdm_slot_mask(unsigned int slots,
+ unsigned int *tx_mask,
+ unsigned int *rx_mask);
#endif /* _FSL_UTILS_H */