Skip to content

Commit da2f5a8

Browse files
dbalutakartben
authored andcommitted
drivers: dai: Add new enum for PDM MICFIL type
Add new DAI type enum for PDM MICFIL. Signed-off-by: Daniel Baluta <[email protected]>
1 parent 68977fa commit da2f5a8

File tree

1 file changed

+1
-0
lines changed
  • include/zephyr/drivers

1 file changed

+1
-0
lines changed

include/zephyr/drivers/dai.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ enum dai_type {
115115
DAI_INTEL_DMIC_NHLT, /**< nhlt ssp */
116116
DAI_INTEL_HDA_NHLT, /**< nhlt Intel HD/A */
117117
DAI_INTEL_ALH_NHLT, /**< nhlt Intel ALH */
118+
DAI_IMX_MICFIL, /**< i.MX PDM MICFIL */
118119
};
119120

120121
/**

0 commit comments

Comments
 (0)