projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2004432
)
ASoC: Intel: Skylake: Set the pipe state to paused when paused
author
Jeeja KP
<jeeja.kp@intel.com>
Fri, 3 Jun 2016 12:59:35 +0000
(18:29 +0530)
committer
Mark Brown
<broonie@kernel.org>
Tue, 7 Jun 2016 13:19:11 +0000
(14:19 +0100)
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>
sound/soc/intel/skylake/skl-messages.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/skylake/skl-messages.c
b/sound/soc/intel/skylake/skl-messages.c
index c6824036fc24843f40faed764bc04ea4224c6a0b..07d2a73ff2071ebd78ab5c2ac6bf66b3686e636b 100644
(file)
--- 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_
CREAT
ED;
+ pipe->state = SKL_PIPE_
PAUS
ED;
return 0;
}