Skip to content

Commit 68776b2

Browse files
bardliaobroonie
authored andcommitted
ASoC: SOF: dai-intel: add SOF_DAI_INTEL_SSP_CLKCTRL_MCLK/BCLK_ES bits
Add two clks_control bits. MCLK and/or BCLK will start during hw_params and stop during hw_free if the corresponding bit is set. While the kernel does not do anything with these bitfields, this is also tagged as part of the ABI 3.19 changes. Signed-off-by: Bard Liao <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Bard Liao <[email protected]> Reviewed-by: Guennadi Liakhovetski <[email protected]> Reviewed-by: Brent Lu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent b30b60a commit 68776b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/sound/sof/dai-intel.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
#define SOF_DAI_INTEL_SSP_CLKCTRL_FS_KA BIT(4)
4949
/* bclk idle */
5050
#define SOF_DAI_INTEL_SSP_CLKCTRL_BCLK_IDLE_HIGH BIT(5)
51+
/* mclk early start */
52+
#define SOF_DAI_INTEL_SSP_CLKCTRL_MCLK_ES BIT(6)
53+
/* bclk early start */
54+
#define SOF_DAI_INTEL_SSP_CLKCTRL_BCLK_ES BIT(7)
5155

5256
/* DMIC max. four controllers for eight microphone channels */
5357
#define SOF_DAI_INTEL_DMIC_NUM_CTRL 4

0 commit comments

Comments
 (0)