* [PATCH][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
@ 2022-10-19 7:16 Colin Ian King
2022-10-19 8:04 ` Philippe Mathieu-Daudé
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Colin Ian King @ 2022-10-19 7:16 UTC (permalink / raw)
To: Paul Cercueil, Liam Girdwood, Mark Brown, Jaroslav Kysela,
Takashi Iwai, linux-mips, alsa-devel
Cc: kernel-janitors, linux-kernel
There are two spelling mistakes in codec routing description. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
V2: Fix "Routee" -> "Route" too
---
sound/soc/codecs/jz4725b.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/jz4725b.c b/sound/soc/codecs/jz4725b.c
index 685ba1d3a644..64b14b1c74b9 100644
--- a/sound/soc/codecs/jz4725b.c
+++ b/sound/soc/codecs/jz4725b.c
@@ -359,7 +359,7 @@ static const struct snd_soc_dapm_route jz4725b_codec_dapm_routes[] = {
{"Mixer to ADC", NULL, "Mixer"},
{"ADC Source Capture Route", "Mixer", "Mixer to ADC"},
- {"ADC Sourc Capture Routee", "Line In", "Line In"},
+ {"ADC Source Capture Route", "Line In", "Line In"},
{"ADC Source Capture Route", "Mic 1", "Mic 1"},
{"ADC Source Capture Route", "Mic 2", "Mic 2"},
{"ADC", NULL, "ADC Source Capture Route"},
--
2.37.3
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
2022-10-19 7:16 [PATCH][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route" Colin Ian King
@ 2022-10-19 8:04 ` Philippe Mathieu-Daudé
2022-10-19 8:45 ` Paul Cercueil
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-10-19 8:04 UTC (permalink / raw)
To: Colin Ian King, Paul Cercueil, Liam Girdwood, Mark Brown,
Jaroslav Kysela, Takashi Iwai, linux-mips, alsa-devel
Cc: kernel-janitors, linux-kernel
On 19/10/22 09:16, Colin Ian King wrote:
> There are two spelling mistakes in codec routing description. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
> V2: Fix "Routee" -> "Route" too
> ---
> sound/soc/codecs/jz4725b.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
2022-10-19 7:16 [PATCH][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route" Colin Ian King
2022-10-19 8:04 ` Philippe Mathieu-Daudé
@ 2022-10-19 8:45 ` Paul Cercueil
2022-10-19 12:10 ` Mark Brown
2022-10-19 15:50 ` Mark Brown
3 siblings, 0 replies; 8+ messages in thread
From: Paul Cercueil @ 2022-10-19 8:45 UTC (permalink / raw)
To: Colin Ian King
Cc: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
linux-mips, alsa-devel, kernel-janitors, linux-kernel
Hi Colin,
Le mer., oct. 19 2022 at 08:16:39 +0100, Colin Ian King
<colin.i.king@gmail.com> a écrit :
> There are two spelling mistakes in codec routing description. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Paul Cercueil <paul@crapouillou.net>
Cheers,
-Paul
> ---
> V2: Fix "Routee" -> "Route" too
> ---
> sound/soc/codecs/jz4725b.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/codecs/jz4725b.c b/sound/soc/codecs/jz4725b.c
> index 685ba1d3a644..64b14b1c74b9 100644
> --- a/sound/soc/codecs/jz4725b.c
> +++ b/sound/soc/codecs/jz4725b.c
> @@ -359,7 +359,7 @@ static const struct snd_soc_dapm_route
> jz4725b_codec_dapm_routes[] = {
>
> {"Mixer to ADC", NULL, "Mixer"},
> {"ADC Source Capture Route", "Mixer", "Mixer to ADC"},
> - {"ADC Sourc Capture Routee", "Line In", "Line In"},
> + {"ADC Source Capture Route", "Line In", "Line In"},
> {"ADC Source Capture Route", "Mic 1", "Mic 1"},
> {"ADC Source Capture Route", "Mic 2", "Mic 2"},
> {"ADC", NULL, "ADC Source Capture Route"},
> --
> 2.37.3
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
2022-10-19 7:16 [PATCH][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route" Colin Ian King
2022-10-19 8:04 ` Philippe Mathieu-Daudé
2022-10-19 8:45 ` Paul Cercueil
@ 2022-10-19 12:10 ` Mark Brown
2022-10-19 12:19 ` Paul Cercueil
2022-10-19 15:50 ` Mark Brown
3 siblings, 1 reply; 8+ messages in thread
From: Mark Brown @ 2022-10-19 12:10 UTC (permalink / raw)
To: Colin Ian King
Cc: Paul Cercueil, Liam Girdwood, Jaroslav Kysela, Takashi Iwai,
linux-mips, alsa-devel, kernel-janitors, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 213 bytes --]
On Wed, Oct 19, 2022 at 08:16:39AM +0100, Colin Ian King wrote:
> There are two spelling mistakes in codec routing description. Fix it.
Bit disappionting that people didn't notice the errors during boot
there...
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
2022-10-19 12:10 ` Mark Brown
@ 2022-10-19 12:19 ` Paul Cercueil
2022-10-19 12:25 ` Colin King (gmail)
2022-10-19 12:40 ` Mark Brown
0 siblings, 2 replies; 8+ messages in thread
From: Paul Cercueil @ 2022-10-19 12:19 UTC (permalink / raw)
To: Mark Brown
Cc: Colin Ian King, Liam Girdwood, Jaroslav Kysela, Takashi Iwai,
linux-mips, alsa-devel, kernel-janitors, linux-kernel
Hi Mark,
Le mer., oct. 19 2022 at 13:10:49 +0100, Mark Brown
<broonie@kernel.org> a écrit :
> On Wed, Oct 19, 2022 at 08:16:39AM +0100, Colin Ian King wrote:
>> There are two spelling mistakes in codec routing description. Fix
>> it.
>
> Bit disappionting that people didn't notice the errors during boot
> there...
Well that's on you. You merged the patchset before anybody could review.
-Paul
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
2022-10-19 12:19 ` Paul Cercueil
@ 2022-10-19 12:25 ` Colin King (gmail)
2022-10-19 12:40 ` Mark Brown
1 sibling, 0 replies; 8+ messages in thread
From: Colin King (gmail) @ 2022-10-19 12:25 UTC (permalink / raw)
To: Paul Cercueil, Mark Brown
Cc: Liam Girdwood, Jaroslav Kysela, Takashi Iwai, linux-mips,
alsa-devel, kernel-janitors, linux-kernel
On 19/10/2022 13:19, Paul Cercueil wrote:
> Hi Mark,
>
> Le mer., oct. 19 2022 at 13:10:49 +0100, Mark Brown <broonie@kernel.org>
> a écrit :
>> On Wed, Oct 19, 2022 at 08:16:39AM +0100, Colin Ian King wrote:
>>> There are two spelling mistakes in codec routing description. Fix it.
>>
>> Bit disappionting that people didn't notice the errors during boot
>> there...
>
> Well that's on you. You merged the patchset before anybody could review.
>
> -Paul
>
>
Fortunately I spell check linux-next daily to catch these typos.
Colin
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
2022-10-19 12:19 ` Paul Cercueil
2022-10-19 12:25 ` Colin King (gmail)
@ 2022-10-19 12:40 ` Mark Brown
1 sibling, 0 replies; 8+ messages in thread
From: Mark Brown @ 2022-10-19 12:40 UTC (permalink / raw)
To: Paul Cercueil
Cc: Colin Ian King, Liam Girdwood, Jaroslav Kysela, Takashi Iwai,
linux-mips, alsa-devel, kernel-janitors, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 565 bytes --]
On Wed, Oct 19, 2022 at 01:19:40PM +0100, Paul Cercueil wrote:
> Le mer., oct. 19 2022 at 13:10:49 +0100, Mark Brown <broonie@kernel.org> a
> > On Wed, Oct 19, 2022 at 08:16:39AM +0100, Colin Ian King wrote:
> > > There are two spelling mistakes in codec routing description. Fix
> > > it.
> > Bit disappionting that people didn't notice the errors during boot
> > there...
> Well that's on you. You merged the patchset before anybody could review.
That includes whoever wrote the code in the first place, and I do note
that I applied version 3 of the series.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
2022-10-19 7:16 [PATCH][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route" Colin Ian King
` (2 preceding siblings ...)
2022-10-19 12:10 ` Mark Brown
@ 2022-10-19 15:50 ` Mark Brown
3 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2022-10-19 15:50 UTC (permalink / raw)
To: alsa-devel, Paul Cercueil, Jaroslav Kysela, Colin Ian King,
Takashi Iwai, linux-mips, Liam Girdwood
Cc: linux-kernel, kernel-janitors
On Wed, 19 Oct 2022 08:16:39 +0100, Colin Ian King wrote:
> There are two spelling mistakes in codec routing description. Fix it.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
commit: df496157a5afa1b6d1f4c46ad6549c2c346d1e59
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
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-10-19 15:54 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19 7:16 [PATCH][next][V2] ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route" Colin Ian King
2022-10-19 8:04 ` Philippe Mathieu-Daudé
2022-10-19 8:45 ` Paul Cercueil
2022-10-19 12:10 ` Mark Brown
2022-10-19 12:19 ` Paul Cercueil
2022-10-19 12:25 ` Colin King (gmail)
2022-10-19 12:40 ` Mark Brown
2022-10-19 15:50 ` 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).