Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Apr 2005 12:38:23 -0700
From:      Julian Elischer <julian@vicor.com>
To:        usb@freebsd.org
Subject:   possible uaudio change?
Message-ID:  <4256DDAF.7020508@vicor.com>

next in thread | raw e-mail | index | archive | help

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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4256DDAF.7020508>