ALSA: ctxfi: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-44-Julia.Lawall@inria.fr
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Julia Lawall
2022-05-21 13:10:54 +02:00
committed by Takashi Iwai
parent e9ff88c327
commit 1693e265e0

View File

@@ -1916,7 +1916,7 @@ static int hw_card_start(struct hw *hw)
} }
/* Switch to X-Fi mode from UAA mode if neeeded */ /* Switch to X-Fi mode from UAA mode if needed */
if (hw->model == CTUAA) { if (hw->model == CTUAA) {
err = uaa_to_xfi(pci); err = uaa_to_xfi(pci);
if (err) if (err)