Skip to content

Commit

Permalink
ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source", "Rou…
Browse files Browse the repository at this point in the history
…tee" -> "Route"

[ Upstream commit df49615 ]

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]>
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
ColinIanKing authored and gregkh committed Nov 25, 2022
1 parent bd48793 commit 24839d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/jz4725b.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 24839d0

Please sign in to comment.