Re: [PATCH 1/3] ALSA: compress: document the compress audio state machine

2020-06-21 Thread Vinod Koul
HI Pierre, On 19-06-20, 09:22, Pierre-Louis Bossart wrote: > > > + > > ++--+ > > +| | > > +| OPEN | > > +|

Re: [PATCH 1/3] ALSA: compress: document the compress audio state machine

2020-06-19 Thread Pierre-Louis Bossart
+ ++--+ +| | +| OPEN | +| | ++--+ +

Re: [PATCH 1/3] ALSA: compress: document the compress audio state machine

2020-06-19 Thread Srinivas Kandagatla
On 19/06/2020 05:54, Vinod Koul wrote: So we had some discussions of the stream states, so I thought it is a good idea to document the state transitions, so add it documentation Signed-off-by: Vinod Koul --- Thanks Vinod for doing this, Makes things much clear on the state-machine side!

[PATCH 1/3] ALSA: compress: document the compress audio state machine

2020-06-18 Thread Vinod Koul
So we had some discussions of the stream states, so I thought it is a good idea to document the state transitions, so add it documentation Signed-off-by: Vinod Koul --- .../sound/designs/compress-offload.rst| 52 +++ 1 file changed, 52 insertions(+) diff --git