From owner-freebsd-arm@FreeBSD.ORG Fri Apr 25 16:17:58 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 847722EF for ; Fri, 25 Apr 2014 16:17:58 +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 42653171B for ; Fri, 25 Apr 2014 16:17:58 +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 15FAF1FE02B; Fri, 25 Apr 2014 18:17:54 +0200 (CEST) Message-ID: <535A8AEA.1000100@selasky.org> Date: Fri, 25 Apr 2014 18:18:50 +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: Scott Aitken , freebsd-arm@freebsd.org Subject: Re: USB audio device on Raspberry Pi - link_elf: symbol isa_dmastatus undefined References: <20140425154430.GA76168@utility-01.thismonkey.com> In-Reply-To: <20140425154430.GA76168@utility-01.thismonkey.com> 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.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 16:17:58 -0000 On 04/25/14 17:44, Scott Aitken wrote: > Hi all, > > I'm hoping to use my RPi/FreeBSD as an Airplay device to my amplifier which > presents a USB DAC. > Hi, Audio devices which use ISOCHRONOUS data transport are not supported i FreeBSD, because the RPi uses very small buffers and has to handle 8000 IRQ/s typically for ISOC transfers. --HPS