From: Colin Ian King Date: Sun, 31 May 2026 10:13:39 +0000 (+0100) Subject: ALSA: hda/tas2781: Fix spelling mistake: "Froce" -. "Force" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca06d8c68060b754e22eb999b6f35a5b7fc6ae79;p=thirdparty%2Flinux.git ALSA: hda/tas2781: Fix spelling mistake: "Froce" -. "Force" There is a spelling mistake in a snprintf statement. Fix it. Signed-off-by: Colin Ian King Link: https://patch.msgid.link/20260531101339.42155-1-colin.i.king@gmail.com Signed-off-by: Takashi Iwai --- 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]);