Page MenuHomeFreeBSD

Add SoC audio framework
ClosedPublic

Authored by gonzo on Dec 30 2020, 12:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 7, 5:20 AM
Unknown Object (File)
Sat, Jan 25, 8:02 PM
Unknown Object (File)
Jan 18 2025, 4:30 AM
Unknown Object (File)
Dec 5 2024, 6:23 PM
Unknown Object (File)
Nov 15 2024, 6:54 AM
Unknown Object (File)
Nov 15 2024, 5:27 AM
Unknown Object (File)
Nov 15 2024, 3:26 AM
Unknown Object (File)
Nov 5 2024, 2:40 AM

Details

Summary

This framework is initial implementation of the simple-audio-card compatible
audio driver framework. It provides glue for CPU/codec/aux device.

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

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.

  • Add Allwinner codecs and I2S driver as an example for the framework usage
  • simple-amplifier: make gpio-enable optional

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 :)

This revision was not accepted when it landed; it landed in state Needs Review.Jun 11 2021, 7:07 PM
Closed by commit rG2cfe870acdec: arm64: Add Soc audio framework (authored by gonzo, committed by manu). · Explain Why
This revision was automatically updated to reflect the committed changes.