* [PATCH][next] ALSA: hda/tas2781: Fix spelling mistake: "Froce" -. "Force"
@ 2026-05-31 10:13 Colin Ian King
2026-05-31 13:24 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2026-05-31 10:13 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai, Shenghao Ding, linux-sound
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a snprintf statement. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
sound/hda/codecs/side-codecs/tas2781_hda_spi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/hda/codecs/side-codecs/tas2781_hda_spi.c b/sound/hda/codecs/side-codecs/tas2781_hda_spi.c
index d243baff95a7..0efc476abe8e 100644
--- a/sound/hda/codecs/side-codecs/tas2781_hda_spi.c
+++ b/sound/hda/codecs/side-codecs/tas2781_hda_spi.c
@@ -593,7 +593,7 @@ static int tas2781_hda_spi_snd_ctls(struct tas2781_hda *h)
return rc;
}
i++;
- snprintf(name, sizeof(name), "Froce Speaker-%d FW Load", p->index);
+ snprintf(name, sizeof(name), "Force Speaker-%d FW Load", p->index);
tas2781_snd_ctls[i].name = name;
h_priv->snd_ctls[i] = snd_ctl_new1(&tas2781_snd_ctls[i], p);
rc = snd_ctl_add(c->card, h_priv->snd_ctls[i]);
--
2.53.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-31 13:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 10:13 [PATCH][next] ALSA: hda/tas2781: Fix spelling mistake: "Froce" -. "Force" Colin Ian King
2026-05-31 13:24 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®