]> Git Repo - linux.git/commitdiff
ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Routee" -> "Route"
authorColin Ian King <[email protected]>
Wed, 19 Oct 2022 07:16:39 +0000 (08:16 +0100)
committerMark Brown <[email protected]>
Wed, 19 Oct 2022 12:51:50 +0000 (13:51 +0100)
There are two spelling mistakes in codec routing description. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Acked-by: Paul Cercueil <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/jz4725b.c

index d57c2c6a3addf81caea573d2f26c7f503f65761b..71ea576f7e67a4ce4db1a7ef79fb70aaa801b0a8 100644 (file)
@@ -288,7 +288,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"},
This page took 0.056202 seconds and 4 git commands to generate.