dai: ssp/ptl: Add missing definition in PTL

SSCR0_ACS is missing in PTL header.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2024-06-13 10:33:11 -07:00 committed by Anas Nashif
parent f5df063cbd
commit e452bc36a6

View file

@ -55,6 +55,7 @@
#define SSCR0_EFRDC BIT(27)
#define SSCR0_EFRDC2 BIT(28)
#define SSCR0_DLE DAI_INTEL_SSP_SET_BITS(30, 29, 0)
#define SSCR0_ACS BIT(30)
#define SSCR0_MOD BIT(31)
/* SSCR1 bits */