[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <E1estkQ-0007tK-Ej@debutante>
Date: Mon, 05 Mar 2018 17:18:02 +0000
From: Mark Brown <broonie@...nel.org>
To: Abhijeet Kumar <abhijeet.kumar@...el.com>
Cc: Mark Brown <broonie@...nel.org>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
"Subhransu S. Prusty" <subhransu.s.prusty@...el.com>,
Guneshwor Singh <guneshwor.o.singh@...el.com>,
Vinod Koul <vinod.koul@...el.com>,
Jeeja KP <jeeja.kp@...el.com>,
Dharageswari R <dharageswari.r@...el.com>,
G Kranthi <gudishax.kranthikumar@...el.com>,
Pradeep Tewani <pradeep.d.tewani@...el.com>,
Ramesh Babu <ramesh.babu@...el.com>,
Jaikrishna Nemallapudi <jaikrishnax.nemallapudi@...el.com>,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org,
abhijeet.kumar@...el.com, alsa-devel@...a-project.org
Subject: Applied "ASoC: Intel: Skylake: Fix typo" to the asoc tree
The patch
ASoC: Intel: Skylake: Fix typo
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
>From 12af5004145a3fa53246cca4cbb2c57d18dde202 Mon Sep 17 00:00:00 2001
From: Abhijeet Kumar <abhijeet.kumar@...el.com>
Date: Sun, 4 Mar 2018 01:16:39 +0530
Subject: [PATCH] ASoC: Intel: Skylake: Fix typo
Spelling mistake in state. So fixing it.
Signed-off-by: Abhijeet Kumar <abhijeet.kumar@...el.com>
Signed-off-by: Mark Brown <broonie@...nel.org>
---
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);
}
--
2.16.2
Powered by blists - more mailing lists