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 <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20260531101339.42155-1-colin.i.king@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Colin Ian King 2026-05-31 11:13:39 +01:00 committed by Takashi Iwai
parent 17065203e1
commit ca06d8c680

View File

@ -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]);