Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 353f72aa authored by Jeeja KP's avatar Jeeja KP Committed by Mark Brown
Browse files

ASoC: Intel: Skylake: Set the pipe state to paused when paused



When pipe is stopped/Paused, set the pipe state to paused instead
of created.

Signed-off-by: default avatarJeeja KP <jeeja.kp@intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 2004432f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}