projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7928b2c
)
ASoC: mediatek: mt2701: Fix a typo in printk
author
Masanari Iida
<standby24x7@gmail.com>
Tue, 20 Mar 2018 12:33:09 +0000
(21:33 +0900)
committer
Mark Brown
<broonie@kernel.org>
Wed, 21 Mar 2018 01:30:40 +0000
(09:30 +0800)
This patch fixes a spelling typo in printk
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/mt2701/mt2701-afe-pcm.c
patch
|
blob
|
history
diff --git
a/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c
b/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c
index d68b53f7cefe9334220a04183dbaa2bb997cdda5..e96028c06557907c1441a530638dcefbad1d11c9 100644
(file)
--- a/
sound/soc/mediatek/mt2701/mt2701-afe-pcm.c
+++ b/
sound/soc/mediatek/mt2701/mt2701-afe-pcm.c
@@
-336,7
+336,7
@@
static int mt2701_btmrg_hw_params(struct snd_pcm_substream *substream,
stream_fs = params_rate(params);
if ((stream_fs != 8000) && (stream_fs != 16000)) {
- dev_err(afe->dev, "%s() btmgr not supprt this stream_fs %d\n",
+ dev_err(afe->dev, "%s() btmgr not supp
o
rt this stream_fs %d\n",
__func__, stream_fs);
return -EINVAL;
}