Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2005 13:19:45 +0200
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        Julian Elischer <julian@vicor.com>
Cc:        usb@freebsd.org
Subject:   Re: possible uaudio change?
Message-ID:  <20050409131945.189f0922@Magellan.Leidinger.net>
In-Reply-To: <4256DDAF.7020508@vicor.com>
References:  <4256DDAF.7020508@vicor.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 08 Apr 2005 12:38:23 -0700
Julian Elischer <julian@vicor.com> wrote:

> 
> 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?

FWIW: I'm running with 0x3ffff since a while, without the PCM_BUFF_SIZE
change.

Bye,
Alexander.

-- 
      ...and that is how we know the Earth to be banana-shaped.

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7



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