Re: [PATCH 1/2] slimbus: stream: add stream support

From: Srinivas Kandagatla
Date: Mon Jun 25 2018 - 12:31:01 EST




On 25/06/18 17:21, Vinod wrote:
+/*
+ * slim_stream_enable() - Enable a prepared SLIMbus Stream
Do you want to check if it is already prepared ..?
Yep, I think most of the code needs similar state machine check, I will add
this in next version.
so if you are tying to snd stream states then I don't think you need a
state machine here. ALSA already does that for you so you can skip it :D
Stream state machine looks redundant, I will try to skip it and see how things look at the end! before sending next version.

thanks,
srini