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, Apr 19, 7:41 PM
Unknown Object (File)
Mar 18 2024, 11:56 AM
Unknown Object (File)
Feb 10 2024, 6:04 PM
Unknown Object (File)
Jan 23 2024, 8:43 PM
Unknown Object (File)
Jan 7 2024, 12:13 AM
Unknown Object (File)
Dec 25 2023, 10:48 AM
Unknown Object (File)
Dec 22 2023, 11:50 PM
Unknown Object (File)
Dec 14 2023, 10:29 PM

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 35799
Build 32688: 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
99

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

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.