diff --git a/src/lib/dai.c b/src/lib/dai.c index e056c873a..143047aeb 100644 --- a/src/lib/dai.c +++ b/src/lib/dai.c @@ -148,6 +148,9 @@ const struct device *zephyr_dev[] = { #if CONFIG_DAI_NXP_SAI DT_FOREACH_STATUS_OKAY(nxp_dai_sai, GET_DEVICE_LIST) #endif +#if CONFIG_DAI_NXP_ESAI + DT_FOREACH_STATUS_OKAY(nxp_dai_esai, GET_DEVICE_LIST) +#endif }; static const struct device *dai_get_zephyr_device(uint32_t type, uint32_t index)