You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sound/firewire/isight.c, line 647: strspy(card->mixername, "iSight");
To my best knowledge there is no function named strspy in standard libraries.
Solution: Change line 647 to strscpy(card->mixername, "iSight");