This framework is initial implementation of the simple-audio-card compatible
audio driver framework. It provides glue for CPU/codec/aux device.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 35772 Build 32661: arc lint + arc unit
Event Timeline
Comment Actions
Looks nice to me, do you have some example drivers so it might be easier to review ?
sys/dev/sound/fdt/simple_amplifier.c | ||
---|---|---|
98 | enable-gpios is optional. |
Comment Actions
- Add Allwinner codecs and I2S driver as an example for the framework usage
- simple-amplifier: make gpio-enable optional
Comment Actions
Thanks for the example driver.
This looks ok for me but I know almost nothing about sound :P
sys/arm/allwinner/aw_i2s.c | ||
---|---|---|
339 ↗ | (On Diff #81382) | Not sure this is correct :) |