Audio System + Drivers (#562)

This commit is contained in:
Shadowtrance
2026-07-14 16:34:29 +10:00
committed by GitHub
parent fa4a6e255c
commit 955416dac8
137 changed files with 8847 additions and 387 deletions
+11
View File
@@ -0,0 +1,11 @@
# ES8388 audio codec
A driver for the `ES8388` audio codec by Everest Semiconductor, wired as a dual
in/out `AUDIO_CODEC_TYPE` device (speaker output + line/mic input). The I2C bus is
the device's parent; the I2S controller carrying audio data is referenced via a devicetree phandle.
Wraps Espressif's `esp_codec_dev` ES8388 implementation.
See https://www.everest-semi.com/pdf/ES8388%20DS.pdf
License: [Apache v2.0](LICENSE-Apache-2.0.md)