-
Notifications
You must be signed in to change notification settings - Fork 8.3k
drivers: audio: sf32lb52x: audio codec driver #98701
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?
Conversation
|
download code from github very very slow. the old PR is: |
| - uart | ||
| - gpio | ||
| - watchdog | ||
| - audio-codec |
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.
| - audio-codec | |
| - audio |
it should be used as a tag for some test/sample, otherwise has no utility.
https://docs.zephyrproject.org/latest/develop/test/twister.html#board-configuration
Speaking of which, this driver has to be tested (or at least built) in CI.
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.
fixed
gmarull
left a comment
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.
Please make sure to not make unrelated changes into a big commit, split changes into chunks as needed. Also, make sure CI passes and do not open new PRs.
9625992 to
4f8250e
Compare
466240d to
581e6c8
Compare
|
work well with dma now |
7b5e71e to
6953241
Compare
Add more callback in DMA processing, Fix DMA size bug. Signed-off-by: Gang He <ganghe@sifli.com>
2ed7f60 to
a00b251
Compare
Add audio codec device tree information for sf32lb52x.dtsi Signed-off-by: Gang He <ganghe@sifli.com>
SF32LB52X audio HAL driver source code is not need in Zephyr driver. Signed-off-by: Gang He <ganghe@sifli.com>
Support audio device that has both input and output function. Signed-off-by: Gang He <ganghe@sifli.com>
Add audio codec in board device tree, including PA control pin. Signed-off-by: Gang He <ganghe@sifli.com>
audio playback and capure, extend API in codec.h Signed-off-by: ljq-ctrl <jiqunli@sifli.com>
7a52b2e to
a3b597d
Compare
Add audio loop back sample Signed-off-by: Gang He <ganghe@sifli.com>
|



…m #97906
audio playback and capure, extend API in codec.h