ariff 2007-04-02 03:25:39 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/usb uaudio.c
Log:
Provide hint / tunable for possible asynchronous USB execution. Async
execution should help us avoiding potential deadlock and illegal locking
while sleeping in various mixer -> usb calls. To enable it, use
hint.uaudio.%d.async="1" or sysctl dev.uaudio.%d.async=1. Default is
disable, to remain compatible with old behaviour (with slight risk of
potential deadlock).
Revision Changes Path
1.28 +32 -3 src/sys/dev/sound/usb/uaudio.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"