mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
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:
parent
e9ff88c327
commit
1693e265e0
@ -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) {
|
||||
err = uaa_to_xfi(pci);
|
||||
if (err)
|
||||
|
Loading…
Reference in New Issue
Block a user