Skip to content

Commit db7deb9

Browse files
brentlumwasko
authored andcommitted
topology: ssp: mclk/bclk clock control
Define the SSP_CC_MCLK/BCLK_ES bit to be used in SSP_CONFIG_DATA macro to enable mclk/bclk on hw_params and disable malk/bclk on hw_free. Signed-off-by: Brent Lu <brent.lu@intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Brent Lu <brent.lu@intel.com>
1 parent 0ee57fd commit db7deb9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • tools/topology/platform/common

tools/topology/platform/common/ssp.m4

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ $6
3030
dnl SSP_QUIRK_LBM 64 = (1 << 6)
3131
define(`SSP_QUIRK_LBM', 64)
3232

33+
dnl SSP_CC_MCLK_ES 64 = (1 << 6)
34+
define(`SSP_CC_MCLK_ES', 64)
35+
dnl SSP_CC_BCLK_ES 128 = (1 << 7)
36+
define(`SSP_CC_BCLK_ES', 128)
37+
3338
dnl SSP_CONFIG_DATA(type, idx, valid bits, mclk_id, quirks, bclk_delay,
3439
dnl clks_control, pulse_width, padding)
3540
dnl mclk_id, quirks, bclk_delay clks_control, pulse_width and padding are optional

0 commit comments

Comments
 (0)