Skip to content

Commit f2aa411

Browse files
bardliaomwasko
authored andcommitted
ipc: 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. This is tagged as a ABI 3.19 change. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Brent Lu <brent.lu@intel.com>
1 parent 6a735f1 commit f2aa411

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/include/ipc/dai-intel.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
#define SOF_DAI_INTEL_SSP_CLKCTRL_FS_KA BIT(4)
5757
/* bclk idle */
5858
#define SOF_DAI_INTEL_SSP_CLKCTRL_BCLK_IDLE_HIGH BIT(5)
59+
/* mclk early start */
60+
#define SOF_DAI_INTEL_SSP_CLKCTRL_MCLK_ES BIT(6)
61+
/* bclk early start */
62+
#define SOF_DAI_INTEL_SSP_CLKCTRL_BCLK_ES BIT(7)
5963

6064
/* DMIC max. four controllers for eight microphone channels */
6165
#define SOF_DAI_INTEL_DMIC_NUM_CTRL 4

0 commit comments

Comments
 (0)