diff options
author | Masanari Iida <standby24x7@gmail.com> | 2018-03-20 08:33:09 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-03-20 21:30:40 -0400 |
commit | 9260f873684fb1cfb9ea10a10be3e8b888da3c0e (patch) | |
tree | 8e8f2e1853b59d301804ada35def39f1b8462c76 | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
ASoC: mediatek: mt2701: Fix a typo in printk
This patch fixes a spelling typo in printk
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/mediatek/mt2701/mt2701-afe-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c b/sound/soc/mediatek/mt2701/mt2701-afe-pcm.c index d68b53f7cefe..e96028c06557 100644 --- 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, | |||
336 | stream_fs = params_rate(params); | 336 | stream_fs = params_rate(params); |
337 | 337 | ||
338 | if ((stream_fs != 8000) && (stream_fs != 16000)) { | 338 | if ((stream_fs != 8000) && (stream_fs != 16000)) { |
339 | dev_err(afe->dev, "%s() btmgr not supprt this stream_fs %d\n", | 339 | dev_err(afe->dev, "%s() btmgr not support this stream_fs %d\n", |
340 | __func__, stream_fs); | 340 | __func__, stream_fs); |
341 | return -EINVAL; | 341 | return -EINVAL; |
342 | } | 342 | } |