summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel
diff options
context:
space:
mode:
authorJeeja KP <jeeja.kp@intel.com>2016-06-03 18:29:35 +0530
committerMark Brown <broonie@kernel.org>2016-06-07 14:19:11 +0100
commit353f72aa77581926c0634fffe168f206435a8fc6 (patch)
treee7c48ef6b5972203f55cd6aee18cbe2857d4b164 /sound/soc/intel
parent2004432f946e985fe98b67d515c52d69747016f9 (diff)
downloadop-kernel-dev-353f72aa77581926c0634fffe168f206435a8fc6.zip
op-kernel-dev-353f72aa77581926c0634fffe168f206435a8fc6.tar.gz
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: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r--sound/soc/intel/skylake/skl-messages.c2
1 files changed, 1 insertions, 1 deletions
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;
}
OpenPOWER on IntegriCloud