From owner-freebsd-usb@FreeBSD.ORG Thu Jun 4 20:32:34 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 38AE6106566C for ; Thu, 4 Jun 2009 20:32:34 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.swipnet.se [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id C40018FC19 for ; Thu, 4 Jun 2009 20:32:33 +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=-2MQ_Mch0MaJ3QxL58oA:9 a=YitGo43xEqPJnkiAwzAKWJYcOBIA:4 Received: from [62.113.132.61] (account mc467741@c2i.net HELO [10.37.1.92]) by mailfe10.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1083580088; Thu, 04 Jun 2009 22:32:32 +0200 From: Hans Petter Selasky To: MIHIRA Sanpei Yoshiro Date: Thu, 4 Jun 2009 22:36:41 +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: <200906042236.42050.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: Thu, 04 Jun 2009 20:32:34 -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, I have had to revert the patch for your device, because it breaks other USB sound devices. Your sound device does not have a mono or stero only configuration, and we currently only support either of that. Else try buying another brand of USB sound device! --HPS