29 Apr
2013
29 Apr
'13
1:07 p.m.
On Sun, Apr 28, 2013 at 01:35:22PM +0530, Vinod Koul wrote:
for reading compressed data, we need to allow when we are paused, draining or stopped.
Reviewed-by: Mark Brown broonie@opensource.wolfsonmicro.com
- /* read is allowed when stream is running, paused, draining and setup
* (yes setup is state which we transistion to after stop, so if user
* wants to read data after stop we allow that
*/
but I think there's a ) missing in here!