alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: Intel: Skylake: Fix typo
@ 2018-03-03 19:46 abhijeet.kumar
  2018-03-05 17:18 ` Applied "ASoC: Intel: Skylake: Fix typo" to the asoc tree Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: abhijeet.kumar @ 2018-03-03 19:46 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Subhransu S. Prusty, Guneshwor Singh, Vinod Koul, Jeeja KP,
	Dharageswari R, G Kranthi, Pradeep Tewani, Ramesh Babu,
	Jaikrishna Nemallapudi, alsa-devel, linux-kernel
  Cc: abhijeet.kumar

From: Abhijeet Kumar <abhijeet.kumar@intel.com>

Spelling mistake in state. So fixing it.

Signed-off-by: Abhijeet Kumar <abhijeet.kumar@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 60d76adade43..f161907859f3 100644
--- a/sound/soc/intel/skylake/skl-messages.c
+++ b/sound/soc/intel/skylake/skl-messages.c
@@ -1210,7 +1210,7 @@ int skl_bind_modules(struct skl_sst *ctx,
 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_satate = %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);
 }
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-05 17:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-03 19:46 [PATCH] ASoC: Intel: Skylake: Fix typo abhijeet.kumar
2018-03-05 17:18 ` Applied "ASoC: Intel: Skylake: Fix typo" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).