]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ASoC: mediatek: mt2701: Fix a typo in printk
authorMasanari Iida <standby24x7@gmail.com>
Tue, 20 Mar 2018 12:33:09 +0000 (21:33 +0900)
committerMark 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

index d68b53f7cefe9334220a04183dbaa2bb997cdda5..e96028c06557907c1441a530638dcefbad1d11c9 100644 (file)
@@ -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 support this stream_fs %d\n",
                        __func__, stream_fs);
                return -EINVAL;
        }