-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial support for MICFIL PDM DAI #84881
Conversation
ebc085f
to
4544bbf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, thanks!. Some nitpicks/questions below
-- Changes in v2, addressed comments from @LaurentiuM1234 |
Add new DAI type enum for PDM MICFIL. Signed-off-by: Daniel Baluta <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some more nits/questions below
-- Changes since v3
|
Introduce new DAI driver used for NXP's PDM MICFIL IP. This block implements required digital interface to provide a 24-bits audio signal from a PDM microphone bitstream in a configurable output sampling rate. Signed-off-by: Daniel Baluta <[email protected]>
This adds micfil node for NPX i.MX8MP SOC. Signed-off-by: Daniel Baluta <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good work, thank you!
This adds initial support for PDM MICFIL DAI found on NXP i.MX8MP.