[PATCH 0/3] ALSA: compress: Document stream states and fix gaplless SM

From: Vinod Koul
Date: Fri Jun 19 2020 - 00:56:07 EST


Srini found issue with gapless implementation which prompted to look deeper
into SM for compressed stream.

So documenting SM was first step, so first two patches add that. Last patch
fixes the issue by keeping track on partial_drain and then moving state to
'running' in snd_compr_drain_notify() for partial_drain case on success.
While at it, noticed snd_compr_drain_notify() is lockless state change, so
fixed that as well.

I have tested this on Dragon board RB3, compressed audio works out of the
box on that platform and Srini will send driver and fcplay patches for
gapless soon.

Vinod Koul (3):
ALSA: compress: document the compress audio state machine
ALSA: compress: document the compress gapless audio state machine
ALSA: compress: fix partial_drain completion state

.../sound/designs/compress-offload.rst | 84 +++++++++++++++++++
include/sound/compress_driver.h | 12 ++-
sound/core/compress_offload.c | 4 +
3 files changed, 99 insertions(+), 1 deletion(-)

--
2.26.2