Skip to content

Commit

Permalink
drivers: dai: Add new enum for PDM MICFIL type
Browse files Browse the repository at this point in the history
Add new DAI type enum for PDM MICFIL.

Signed-off-by: Daniel Baluta <[email protected]>
  • Loading branch information
dbaluta committed Feb 5, 2025
1 parent e783f69 commit 087b41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zephyr/drivers/dai.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ enum dai_type {
DAI_INTEL_DMIC_NHLT, /**< nhlt ssp */
DAI_INTEL_HDA_NHLT, /**< nhlt Intel HD/A */
DAI_INTEL_ALH_NHLT, /**< nhlt Intel ALH */
DAI_IMX_MICFIL, /**< i.MX PDM MICFIL */
};

/**
Expand Down

0 comments on commit 087b41a

Please sign in to comment.