mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02: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:
committed by
Takashi Iwai
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) {
|
if (hw->model == CTUAA) {
|
||||||
err = uaa_to_xfi(pci);
|
err = uaa_to_xfi(pci);
|
||||||
if (err)
|
if (err)
|
||||||
|
Reference in New Issue
Block a user