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
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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 | ||
---|---|---|
99 | 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 :) |