ASoC: nau8825: Fix typos in comments

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>
This commit is contained in:
Md Shofiqul Islam 2026-05-06 02:57:05 +03:00 committed by Mark Brown
parent fe5b168884
commit 5f1752afb4
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View 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.