projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9208d3c
)
ASoC: meson: aiu: Fix spelling mistake "Unsupport" -> "Unsupported"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 24 Sep 2021 23:12:42 +0000
(
00:12
+0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 27 Sep 2021 12:01:07 +0000
(13:01 +0100)
There is a spelling mistake in a dev_err error message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link:
https://lore.kernel.org/r/20210924231242.144692-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/meson/aiu-encoder-spdif.c
patch
|
blob
|
history
diff --git
a/sound/soc/meson/aiu-encoder-spdif.c
b/sound/soc/meson/aiu-encoder-spdif.c
index de850913975f17e020612fe0d27edaa4811f1d22..97da60db2c4dbdd62f83837d3cae8b56ca6da7df 100644
(file)
--- a/
sound/soc/meson/aiu-encoder-spdif.c
+++ b/
sound/soc/meson/aiu-encoder-spdif.c
@@
-113,7
+113,7
@@
static int aiu_encoder_spdif_hw_params(struct snd_pcm_substream *substream,
val |= AIU_958_MISC_MODE_32BITS;
break;
default:
- dev_err(dai->dev, "Unsupport physical width\n");
+ dev_err(dai->dev, "Unsupport
ed
physical width\n");
return -EINVAL;
}