diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-15 14:14:05 +0530 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-09-15 12:07:42 +0200 |
| commit | 6dfd44c8b49bc8e1320ed5763e4fc2e73bae2bab (patch) | |
| tree | 7d43f0b18c8d16d558d8c6dc4aedc251e9e7652a | |
| parent | 121f6bb1457d2f79d1139ba951dd63c1f6c6dfdb (diff) | |
| download | linux-next-6dfd44c8b49bc8e1320ed5763e4fc2e73bae2bab.tar.gz linux-next-6dfd44c8b49bc8e1320ed5763e4fc2e73bae2bab.zip | |
ALSA: i2c: fix typos in comments
Correct spelling mistakes in comments. No functional change.
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20260915084424.1007757-5-hemanth.selam@gmail.com
| -rw-r--r-- | sound/i2c/other/ak4113.c | 2 | ||||
| -rw-r--r-- | sound/i2c/other/ak4114.c | 2 | ||||
| -rw-r--r-- | sound/i2c/other/ak4xxx-adda.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sound/i2c/other/ak4113.c b/sound/i2c/other/ak4113.c index 6ef5fffda8d7..9405d985a87d 100644 --- a/sound/i2c/other/ak4113.c +++ b/sound/i2c/other/ak4113.c @@ -130,7 +130,7 @@ void snd_ak4113_reinit(struct ak4113 *chip) scoped_guard(mutex, &chip->reinit_mutex) { ak4113_init_regs(chip); } - /* bring up statistics / event queing */ + /* bring up statistics / event queuing */ if (atomic_dec_and_test(&chip->wq_processing)) schedule_delayed_work(&chip->work, HZ / 10); } diff --git a/sound/i2c/other/ak4114.c b/sound/i2c/other/ak4114.c index 71efb29b6c7c..4c3dbbf8c316 100644 --- a/sound/i2c/other/ak4114.c +++ b/sound/i2c/other/ak4114.c @@ -135,7 +135,7 @@ void snd_ak4114_reinit(struct ak4114 *chip) scoped_guard(mutex, &chip->reinit_mutex) { ak4114_init_regs(chip); } - /* bring up statistics / event queing */ + /* bring up statistics / event queuing */ if (atomic_dec_and_test(&chip->wq_processing)) schedule_delayed_work(&chip->work, HZ / 10); } diff --git a/sound/i2c/other/ak4xxx-adda.c b/sound/i2c/other/ak4xxx-adda.c index 9dd36b82a6ac..e7410f0f8660 100644 --- a/sound/i2c/other/ak4xxx-adda.c +++ b/sound/i2c/other/ak4xxx-adda.c @@ -147,7 +147,7 @@ EXPORT_SYMBOL(snd_akm4xxx_reset); * Volume conversion table for non-linear volumes * from -63.5dB (mute) to 0dB step 0.5dB * - * Used for AK4524/AK4620 input/ouput attenuation, AK4528, and + * Used for AK4524/AK4620 input/output attenuation, AK4528, and * AK5365 input attenuation */ static const unsigned char vol_cvt_datt[128] = { |
