Re: sama5D2 class D audio

2021-08-19 Thread Tim Hardisty
: Thursday, 19 August 2021 at 21:38 To: 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

Re: sama5D2 class D audio

2021-08-19 Thread Gregory Nutt
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/con

sama5D2 class D audio

2021-08-19 Thread Tim Hardisty
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? Documen