Yes, I saw I2S support as well as for external audio codec chips, but nothing for the on-chip Class D.
Are there any other supported processors that have on-board audio that I can use as a “template”? I’ve run out of ideas of what to search for! From: Gregory Nutt <spudan...@gmail.com> Reply to: <dev@nuttx.apache.org> Date: Thursday, 19 August 2021 at 21:38 To: <dev@nuttx.apache.org> Subject: Re: sama5D2 class D audio I implemented audo on the SAMA4D3 and D4: ./sama5d3x-ek/configs/nxplayer/defconfig:CONFIG_DRIVERS_AUDIO=y ./sama5d4-ek/configs/elf/defconfig:CONFIG_DRIVERS_AUDIO=y ./sama5d4-ek/configs/ipv6/defconfig:CONFIG_DRIVERS_AUDIO=y ./sama5d4-ek/configs/nsh/defconfig:CONFIG_DRIVERS_AUDIO=y ./sama5d4-ek/configs/nxwm/defconfig:CONFIG_DRIVERS_AUDIO=y These, however, used I2S for interface to an WM8904 DAC. On 8/19/2021 12:41 PM, Tim Hardisty wrote: Working through the remaining driver support I need for my custom board and I can’t find anything related to audio for the sama5d2 devices (they have Class D capability, with lots of modes). Before I dive in and find some time to create a driver from scratch, have I missed something? Documentation on audio support in general seems rather lacking so any pointers in the right direction would be appreciated (even just a suggestion of another processor with similar capability I can use as a reference). TIA, Tim.