]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: nau8825: Fix typos in comments
authorMd Shofiqul Islam <shofiqtest@gmail.com>
Tue, 5 May 2026 23:57:05 +0000 (02:57 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 6 May 2026 01:13:04 +0000 (10:13 +0900)
Fix spelling mistakes in comments:
 - suppresstion -> suppression (twice)
 - funciton -> function (twice)
 - imedance -> impedance
 - tak -> talk

Signed-off-by: Md Shofiqul Islam <shofiqtest@gmail.com>
Link: https://patch.msgid.link/20260505235705.8601-1-shofiqtest@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/nau8825.c

index dd3528537ae42acc862ffed992e58e67201249fc..80964d58bb87d6a57550348126ab1849b29d16e3 100644 (file)
@@ -712,8 +712,8 @@ static void nau8825_xtalk_measure(struct nau8825 *nau8825)
                /* In left headphone IMM state, read out left headphone
                 * impedance measure result, and delay some time to wait
                 * detection sine wave output finish. Then, we can calculate
-                * the cross talk suppresstion side tone according to the L/R
-                * headphone imedance.
+                * the cross talk suppression side tone according to the L/R
+                * headphone impedance.
                 */
                regmap_read(nau8825->regmap, NAU8825_REG_IMM_RMS_L,
                        &nau8825->imp_rms[NAU8825_XTALK_HPL_R2L]);
@@ -2237,7 +2237,7 @@ static void nau8825_component_remove(struct snd_soc_component *component)
 {
        struct nau8825 *nau8825 = snd_soc_component_get_drvdata(component);
 
-       /* Cancel and reset cross tak suppresstion detection funciton */
+       /* Cancel and reset cross talk suppression detection function */
        nau8825_xtalk_cancel(nau8825);
 }
 
@@ -2651,7 +2651,7 @@ static int nau8825_set_bias_level(struct snd_soc_component *component,
                /* ground HPL/HPR, MICGRND1/2 */
                regmap_update_bits(nau8825->regmap,
                        NAU8825_REG_HSD_CTRL, 0xf, 0xf);
-               /* Cancel and reset cross talk detection funciton */
+               /* Cancel and reset cross talk detection function */
                nau8825_xtalk_cancel(nau8825);
                /* Turn off all interruptions before system shutdown. Keep the
                 * interruption quiet before resume setup completes.