tree: a7e108d6b42e325245675f34b4318c6a5398a662 [path history] [tgz]
  1. meta/
  2. test/
  3. aml-g12-composite-info.json
  4. aml-g12-tdm-dai-info.json
  5. aml-g12-tdm-info.json
  6. aml-tdm-config-device.cc
  7. aml-tdm-config-device.h
  8. aml_composite.bind
  9. aml_tdm.bind
  10. aml_tdm_dai.bind
  11. audio-stream.cc
  12. audio-stream.h
  13. BUILD.bazel
  14. BUILD.gn
  15. composite-server.cc
  16. composite-server.h
  17. composite.cc
  18. composite.h
  19. dai.cc
  20. dai.h
  21. README.md
  22. tests-composite.json
  23. tests-dai.json
  24. tests-stream.json
src/media/audio/drivers/aml-g12-tdm/README.md

Driver for AMLogic g12 audio

This folder contains drivers for the AMLogic g12 audio subsystem. There are drivers available for:

  1. The Audio Streaming Interface driver type implemented in audio-stream* files as a DFv1 driver.
  2. The Digital Audio Interface driver type implemented in the dai* files as a DFv1 driver.
  3. The Audio Composite driver type implemented in the composite* files as a DFv2 driver.

See Audio Codec Interface for a description of codec terms used in this driver.

See aml-audio.h for descriptions of AMLogic specific metadata used in DFv1 drivers.