ASoC: Intel: boards: Fix typo in comments
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Mon, 24 Oct 2022 19:08:40 +0000 (21:08 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 26 Oct 2022 13:18:27 +0000 (14:18 +0100)
It keeps propagating through machine boards, fix it once and for all.

Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20221024190841.31572-2-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
14 files changed:
sound/soc/intel/boards/bdw-rt5650.c
sound/soc/intel/boards/bdw-rt5677.c
sound/soc/intel/boards/bxt_rt298.c
sound/soc/intel/boards/bytcht_cx2072x.c
sound/soc/intel/boards/bytcht_es8316.c
sound/soc/intel/boards/bytcr_rt5640.c
sound/soc/intel/boards/bytcr_rt5651.c
sound/soc/intel/boards/bytcr_wm5102.c
sound/soc/intel/boards/cht_bsw_max98090_ti.c
sound/soc/intel/boards/cht_bsw_nau8824.c
sound/soc/intel/boards/cht_bsw_rt5645.c
sound/soc/intel/boards/cht_bsw_rt5672.c
sound/soc/intel/boards/skl_nau88l25_max98357a.c
sound/soc/intel/boards/skl_nau88l25_ssm4567.c

index 67c3f49..d0682bc 100644 (file)
@@ -88,7 +88,7 @@ static int broadwell_ssp0_fixup(struct snd_soc_pcm_runtime *rtd,
        struct snd_interval *chan = hw_param_interval(params,
                                                      SNDRV_PCM_HW_PARAM_CHANNELS);
 
-       /* The ADSP will covert the FE rate to 48k, max 4-channels */
+       /* The ADSP will convert the FE rate to 48k, max 4-channels */
        rate->min = rate->max = 48000;
        chan->min = 2;
        chan->max = 4;
index 3148870..f3e08d2 100644 (file)
@@ -141,7 +141,7 @@ static int broadwell_ssp0_fixup(struct snd_soc_pcm_runtime *rtd,
        struct snd_interval *chan = hw_param_interval(params,
                                                      SNDRV_PCM_HW_PARAM_CHANNELS);
 
-       /* The ADSP will covert the FE rate to 48k, stereo */
+       /* The ADSP will convert the FE rate to 48k, stereo */
        rate->min = rate->max = 48000;
        chan->min = chan->max = 2;
 
index 4bd93c3..bf89fe8 100644 (file)
@@ -210,7 +210,7 @@ static int broxton_ssp5_fixup(struct snd_soc_pcm_runtime *rtd,
                                        SNDRV_PCM_HW_PARAM_CHANNELS);
        struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
 
-       /* The ADSP will covert the FE rate to 48k, stereo */
+       /* The ADSP will convert the FE rate to 48k, stereo */
        rate->min = rate->max = 48000;
        chan->min = chan->max = 2;
 
index ae89986..41cec67 100644 (file)
@@ -111,7 +111,7 @@ static int byt_cht_cx2072x_fixup(struct snd_soc_pcm_runtime *rtd,
                hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
        int ret;
 
-       /* The DSP will covert the FE rate to 48k, stereo, 24bits */
+       /* The DSP will convert the FE rate to 48k, stereo, 24bits */
        rate->min = rate->max = 48000;
        channels->min = channels->max = 2;
 
index 6432b83..cdcb448 100644 (file)
@@ -243,7 +243,7 @@ static int byt_cht_es8316_codec_fixup(struct snd_soc_pcm_runtime *rtd,
                                                SNDRV_PCM_HW_PARAM_CHANNELS);
        int ret, bits;
 
-       /* The DSP will covert the FE rate to 48k, stereo */
+       /* The DSP will convert the FE rate to 48k, stereo */
        rate->min = rate->max = 48000;
        channels->min = channels->max = 2;
 
index fb9d9e2..6db07b2 100644 (file)
@@ -1390,7 +1390,7 @@ static int byt_rt5640_codec_fixup(struct snd_soc_pcm_runtime *rtd,
                                                SNDRV_PCM_HW_PARAM_CHANNELS);
        int ret, bits;
 
-       /* The DSP will covert the FE rate to 48k, stereo */
+       /* The DSP will convert the FE rate to 48k, stereo */
        rate->min = rate->max = 48000;
        channels->min = channels->max = 2;
 
index 2beb686..81ac6ee 100644 (file)
@@ -683,7 +683,7 @@ static int byt_rt5651_codec_fixup(struct snd_soc_pcm_runtime *rtd,
                                                SNDRV_PCM_HW_PARAM_CHANNELS);
        int ret, bits;
 
-       /* The DSP will covert the FE rate to 48k, stereo */
+       /* The DSP will convert the FE rate to 48k, stereo */
        rate->min = rate->max = 48000;
        channels->min = channels->max = 2;
 
index 45a6805..1669eb3 100644 (file)
@@ -248,7 +248,7 @@ static int byt_wm5102_codec_fixup(struct snd_soc_pcm_runtime *rtd,
                                                          SNDRV_PCM_HW_PARAM_CHANNELS);
        int ret;
 
-       /* The DSP will covert the FE rate to 48k, stereo */
+       /* The DSP will convert the FE rate to 48k, stereo */
        rate->min = 48000;
        rate->max = 48000;
        channels->min = 2;
index 64eb735..2c086e9 100644 (file)
@@ -272,7 +272,7 @@ static int cht_codec_fixup(struct snd_soc_pcm_runtime *rtd,
                return ret;
        }
 
-       /* The DSP will covert the FE rate to 48k, stereo, 24bits */
+       /* The DSP will convert the FE rate to 48k, stereo, 24bits */
        rate->min = rate->max = 48000;
        channels->min = channels->max = 2;
 
index 4c1d83b..af2d9a7 100644 (file)
@@ -136,7 +136,7 @@ static int cht_codec_fixup(struct snd_soc_pcm_runtime *rtd,
                hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
        int ret;
 
-       /* The DSP will covert the FE rate to 48k, stereo, 24bits */
+       /* The DSP will convert the FE rate to 48k, stereo, 24bits */
        rate->min = rate->max = 48000;
        channels->min = channels->max = 2;
 
index 96501ae..25a054b 100644 (file)
@@ -344,7 +344,7 @@ static int cht_codec_fixup(struct snd_soc_pcm_runtime *rtd,
        struct snd_interval *channels = hw_param_interval(params,
                                                SNDRV_PCM_HW_PARAM_CHANNELS);
 
-       /* The DSP will covert the FE rate to 48k, stereo, 24bits */
+       /* The DSP will convert the FE rate to 48k, stereo, 24bits */
        rate->min = rate->max = 48000;
        channels->min = channels->max = 2;
 
index ca47f64..49d3da8 100644 (file)
@@ -270,7 +270,7 @@ static int cht_codec_fixup(struct snd_soc_pcm_runtime *rtd,
                                                SNDRV_PCM_HW_PARAM_CHANNELS);
        int ret, bits;
 
-       /* The DSP will covert the FE rate to 48k, stereo, 24bits */
+       /* The DSP will convert the FE rate to 48k, stereo, 24bits */
        rate->min = rate->max = 48000;
        channels->min = channels->max = 2;
 
index 8dceb0b..e13a5a4 100644 (file)
@@ -154,7 +154,7 @@ static int skylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd,
                        SNDRV_PCM_HW_PARAM_CHANNELS);
        struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
 
-       /* The ADSP will covert the FE rate to 48k, stereo */
+       /* The ADSP will convert the FE rate to 48k, stereo */
        rate->min = rate->max = 48000;
        chan->min = chan->max = 2;
 
index 62c0d46..575604d 100644 (file)
@@ -333,7 +333,7 @@ static int skylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd,
                                                SNDRV_PCM_HW_PARAM_CHANNELS);
        struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
 
-       /* The ADSP will covert the FE rate to 48k, stereo */
+       /* The ADSP will convert the FE rate to 48k, stereo */
        rate->min = rate->max = 48000;
        chan->min = chan->max = 2;