cvs commit: src/sys/dev/sound/usb uaudio.c

Ariff Abdullah ariff at FreeBSD.org
Mon Apr 2 03:25:40 UTC 2007


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


More information about the cvs-all mailing list