projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf045d
)
ASoC: Intel: Skylake: Fix typo
author
Abhijeet Kumar
<abhijeet.kumar@intel.com>
Sat, 3 Mar 2018 19:46:39 +0000
(
01:16
+0530)
committer
Mark Brown
<broonie@kernel.org>
Mon, 5 Mar 2018 17:15:52 +0000
(17:15 +0000)
Spelling mistake in state. So fixing it.
Signed-off-by: Abhijeet Kumar <abhijeet.kumar@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-messages.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/skylake/skl-messages.c
b/sound/soc/intel/skylake/skl-messages.c
index
60d76ad
..
f161907
100644
(file)
--- a/
sound/soc/intel/skylake/skl-messages.c
+++ b/
sound/soc/intel/skylake/skl-messages.c
@@
-1210,7
+1210,7
@@
out:
static int skl_set_pipe_state(struct skl_sst *ctx, struct skl_pipe *pipe,
enum skl_ipc_pipeline_state state)
{
- dev_dbg(ctx->dev, "%s: pipe_s
a
tate = %d\n", __func__, state);
+ dev_dbg(ctx->dev, "%s: pipe_state = %d\n", __func__, state);
return skl_ipc_set_pipeline_state(&ctx->ipc, pipe->ppl_id, state);
}