mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
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:
parent
17065203e1
commit
ca06d8c680
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user