-
Notifications
You must be signed in to change notification settings - Fork 8.1k
driver: i2s: i2s_silabs_siwx91x: Add pm device support for i2s driver #96008
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
base: main
Are you sure you want to change the base?
driver: i2s: i2s_silabs_siwx91x: Add pm device support for i2s driver #96008
Conversation
9867114
to
954f233
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.
How do you test it ? I have tried to compile the i2s output sample with the PM config and it does not compile for me.
I had created an test app locally which basically does i2s output with few overlay and prj.conf changes. For the concern raised I have also validated with the i2s output test app, I2S pm changes requires the DMA PM commits: #94374 In overlay
prj.conf
|
954f233
to
3c518ca
Compare
3c518ca
to
5012468
Compare
This commit enables the pm device driver support for the i2s_silabs_siwx91x driver. Signed-off-by: S Mohamed Fiaz <[email protected]>
5012468
to
788fef9
Compare
|
feels ok now but needs to wait for the DMA PR to be merged in order to test it. |
This commit enables the pm device driver support for the i2s_silabs_siwx91x driver.