We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e83da7 + 383d89d commit e693d94Copy full SHA for e693d94
1 file changed
src/drivers/apl-ssp.c
@@ -252,7 +252,9 @@ static inline int ssp_set_config(struct dai *dai,
252
253
sscr0 |= SSCR0_MOD | SSCR0_ACS;
254
255
- mdivc = 0x1;
+ mdivc = mn_reg_read(0x0);
256
+ mdivc |= 0x1;
257
+
258
#ifdef CONFIG_CANNONLAKE
259
if (!config->ssp.mclk_rate || config->ssp.mclk_rate > F_24000_kHz) {
260
trace_ssp_error("eci");
0 commit comments