From owner-freebsd-usb@FreeBSD.ORG Fri May 22 16:37:17 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36E8C1065673 for ; Fri, 22 May 2009 16:37:17 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id BD0CD8FC1E for ; Fri, 22 May 2009 16:37:15 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=FzsZkY0ynz0A:10 a=TvmZgIzLh5IA:10 a=o-ZmO1pRAAAA:8 a=6I5d2MoRAAAA:8 a=-2MQ_Mch0MaJ3QxL58oA:9 a=ZrHuOEYrBYnJ6XciDMCPbHkBkKIA:4 Received: from [193.217.167.6] (account mc467741@c2i.net HELO [10.0.0.64]) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1249967887; Fri, 22 May 2009 18:37:14 +0200 From: Hans Petter Selasky To: MIHIRA Sanpei Yoshiro , freebsd-multimedia@freebsd.org Date: Fri, 22 May 2009 18:41:12 +0200 User-Agent: KMail/1.9.7 References: <200905221438.12911.hselasky@c2i.net> <200905221527.58395.hselasky@c2i.net> <20090523.001201.52222678.sanpei@sanpei.org> In-Reply-To: <20090523.001201.52222678.sanpei@sanpei.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905221841.13930.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: USB sound driver status was diffrent from 8-current and 7.2-RELEASE X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 16:37:17 -0000 On Friday 22 May 2009, MIHIRA Sanpei Yoshiro wrote: > >On Friday 22 May 2009, MIHIRA Sanpei Yoshiro wrote: > >> http://www3.sanpei.org/~sanpei/tmp/uaudio-8-current > > > >Could you send me output from: > > > >usbconfig -u X -a Y dump_curr_config_desc > > > >Number X and Y are the numbers after ugen for your Audio device. > > I got it. > http://www3.sanpei.org/~sanpei/tmp/dump_curr_config_desc_ABC-sound-card > Hi, Your audio device has a missing stereo mode description. I presents 8 channels, but BSD only supports 2 channels. Try this patch: http://perforce.freebsd.org/chv.cgi?CH=162516 --HPS