3 Jun
2016
3 Jun
'16
2:59 p.m.
From: Jeeja KP jeeja.kp@intel.com
When pipe is stopped/Paused, set the pipe state to paused instead of created.
Signed-off-by: Jeeja KP jeeja.kp@intel.com Signed-off-by: Vinod Koul vinod.koul@intel.com --- sound/soc/intel/skylake/skl-messages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/intel/skylake/skl-messages.c b/sound/soc/intel/skylake/skl-messages.c index c682403..07d2a73 100644 --- a/sound/soc/intel/skylake/skl-messages.c +++ b/sound/soc/intel/skylake/skl-messages.c @@ -1125,7 +1125,7 @@ int skl_stop_pipe(struct skl_sst *ctx, struct skl_pipe *pipe) return ret; }
- pipe->state = SKL_PIPE_CREATED; + pipe->state = SKL_PIPE_PAUSED;
return 0; }
--
2.5.0