Skip to content

Commit a518c19

Browse files
bardliaoplbossart
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 <yung-chuan.liao@linux.intel.com>
1 parent b7587ac commit a518c19

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)