From owner-freebsd-usb@FreeBSD.ORG Fri Apr 8 19:38:24 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D5316A4CE for ; Fri, 8 Apr 2005 19:38:24 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40EEC43D53 for ; Fri, 8 Apr 2005 19:38:24 +0000 (GMT) (envelope-from julian@vicor.com) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 09B3F7A424 for ; Fri, 8 Apr 2005 12:38:24 -0700 (PDT) Message-ID: <4256DDAF.7020508@vicor.com> Date: Fri, 08 Apr 2005 12:38:23 -0700 From: Julian Elischer Organization: VICOR User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en, hu MIME-Version: 1.0 To: usb@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: possible uaudio change? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 19:38:24 -0000 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?