From owner-freebsd-arm@FreeBSD.ORG Wed Jun 4 13:09:29 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FF383E6 for ; Wed, 4 Jun 2014 13:09:29 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1ADD207A for ; Wed, 4 Jun 2014 13:09:28 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 5C2DB1FE02A; Wed, 4 Jun 2014 15:09:27 +0200 (CEST) Message-ID: <538F1AAA.5000403@selasky.org> Date: Wed, 04 Jun 2014 15:10:02 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Yoshiro MIHIRA , freebsd-arm@freebsd.org Subject: Re: only issue on FreeBSD/arm(beaglebone black) with multi channel USB audio device. References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2014 13:09:29 -0000 On 06/04/14 15:03, Yoshiro MIHIRA wrote: > I have multi-channel USB audio device. > > *1 Kyo-On DIGI(sorry,this page was writtin in Japanese) > http://www.area-powers.jp/product/usb_product/product/kyo-on/u1soundt4.html > > I can use this device without issue on **FreeBSD/i386-current**[OK]. > (only I set below setting in /boot/loader.conf > hw.usb.uaudio.default_ > channels=16 > > [FYI] we discussed below thread. > http://comments.gmane.org/gmane.os.freebsd.devel.usb/6213 > > I tried to use this USB audio on **FreeBSD/arm BeagleBone Black** same > source tree(r267049). > However I have noise sound **playback** sound[NG](mpg123 and wavplay). > If I **record** this device on BeagleBone Black, there is no issues. > > If I use 2ch USB audio device, there is no issues on BeagleBone Black. > > Does someone have any idea to use this device on BeagleBone Black? > Hi, Can you give some more information about your USB audio device: High Speed or Full Speed? What USB controllers are used? There are some limitations currently, that high-payload isochonous transfers are not fully supported by the non ehci/ohci/uhci/xhci controllers. That probably explains why only 2-channels are working. --HPS