diff --git a/src/audio/dai-zephyr.c b/src/audio/dai-zephyr.c index 5ea7869ca396..3b2bfc48f439 100644 --- a/src/audio/dai-zephyr.c +++ b/src/audio/dai-zephyr.c @@ -161,6 +161,10 @@ int dai_set_config(struct dai *dai, struct ipc_config_dai *common_config, cfg.type = is_blob ? DAI_INTEL_HDA_NHLT : DAI_INTEL_HDA; cfg_params = is_blob ? spec_config : &sof_cfg->hda; break; + case SOF_DAI_IMX_SAI: + cfg.type = DAI_IMX_SAI; + cfg_params = &sof_cfg->sai; + break; default: return -EINVAL; }