rockbox/firmware/target
Aidan MacDonald 5c1ae51193 echoplayer: implement audio playback
Playback is implemented using a target-specific PCM layer,
using the STM32H7 SAI & DMA registers directly. There are
a number of pop/click issues:

1. Slight click when powering up the amplifiers
2. Click when starting and stopping playback
3. Popping when changing playback frequency
4. Popping when shutting down

It should be possible to eliminate or at least mitigate
(2) to (4) in software, but (1) happens as a result of
powering on the amplifiers while everything is muted so
might be unavoidable.

Change-Id: I398b66596176fb2341beb7deba7bf6f4f3fb82b3
2026-03-03 09:23:23 -05:00
..
arm echoplayer: implement audio playback 2026-03-03 09:23:23 -05:00
coldfire pcm: introduce pcm_sink 2026-03-02 10:09:11 +09:00
hosted pcm: introduce pcm_sink 2026-03-02 10:09:11 +09:00
mips pcm: introduce pcm_sink 2026-03-02 10:09:11 +09:00