[PATCH][next] ALSA: hda/tas2781: Fix spelling mistake: "Froce" -. "Force"

Colin Ian King posted 1 patch 1 week ago
sound/hda/codecs/side-codecs/tas2781_hda_spi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] ALSA: hda/tas2781: Fix spelling mistake: "Froce" -. "Force"
Posted by Colin Ian King 1 week ago
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
Re: [PATCH][next] ALSA: hda/tas2781: Fix spelling mistake: "Froce" -. "Force"
Posted by Takashi Iwai 1 week ago
On Sun, 31 May 2026 12:13:39 +0200,
Colin Ian King wrote:
> 
> There is a spelling mistake in a snprintf statement. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Applied to for-next branch.  Thanks.


Takashi