possible uaudio change?

Julian Elischer julian at vicor.com
Fri Apr 8 12:38:24 PDT 2005


anyone with uaudio that has problems
that are fixed by changing

 > > -#define UAUDIO_PCM_BUFF_SIZE	16*1024
 > > +#define UAUDIO_PCM_BUFF_SIZE	(16*1024-1)
 > >
 > >

could you try this one instead?

Index: uaudio_pcm.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/sound/usb/uaudio_pcm.c,v
retrieving revision 1.10
diff -r1.10 uaudio_pcm.c
317c317
<                               /*maxsegz*/0x3fff, /*flags*/0,
---
 >                               /*maxsegz*/0x4000, /*flags*/0,


in fact if yuo have uaudio, can you see if it still works with this change?



More information about the freebsd-usb mailing list