if you get the message in the subject from a uaudio(4) device, please try the following and let me know if recording with the device works after patching.
-- [email protected] SDF Public Access UNIX System - http://sdf.lonestar.org Index: uaudio.c =================================================================== RCS file: /cvs/src/sys/dev/usb/uaudio.c,v retrieving revision 1.61 diff -u -p uaudio.c --- uaudio.c 21 Nov 2008 17:55:02 -0000 1.61 +++ uaudio.c 19 Jun 2009 03:28:34 -0000 @@ -1555,6 +1555,7 @@ uaudio_process_as(struct uaudio_softc *sc, const char /* We can't handle endpoints that need a sync pipe yet. */ sync = FALSE; +#if 0 if (dir == UE_DIR_IN && type == UE_ISO_ADAPT) { sync = TRUE; #ifndef UAUDIO_MULTIPLE_ENDPOINTS @@ -1563,6 +1564,7 @@ uaudio_process_as(struct uaudio_softc *sc, const char return (USBD_NORMAL_COMPLETION); #endif } +#endif if (dir != UE_DIR_IN && type == UE_ISO_ASYNC) { sync = TRUE; #ifndef UAUDIO_MULTIPLE_ENDPOINTS
