From c49d1d073aaebb1155af8be29ef62051dc7a4356 Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Thu, 23 Nov 2017 13:32:13 +0800 Subject: MLK-16929-1: ASoC: fsl_sai: add bitclk_freq Allow set SAI bit clock frequency trough snd_soc_dai_set_sysclk function call on machine sound drivers. Signed-off-by: Shengjiu Wang Signed-off-by: Adrian Alonso --- sound/soc/fsl/fsl_sai.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sound/soc/fsl/fsl_sai.h') diff --git a/sound/soc/fsl/fsl_sai.h b/sound/soc/fsl/fsl_sai.h index 2ba31f49ef1b..5ea60c0171a7 100644 --- a/sound/soc/fsl/fsl_sai.h +++ b/sound/soc/fsl/fsl_sai.h @@ -181,6 +181,7 @@ struct fsl_sai { unsigned int mclk_streams; unsigned int slots; unsigned int slot_width; + unsigned int bitclk_freq; struct snd_dmaengine_dai_dma_data dma_params_rx; struct snd_dmaengine_dai_dma_data dma_params_tx; -- cgit v1.2.3