From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK6Bj-0007Je-LK for qemu-devel@nongnu.org; Wed, 11 May 2011 05:58:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QK6Bi-0006Rs-Nv for qemu-devel@nongnu.org; Wed, 11 May 2011 05:58:39 -0400 Received: from mail.codesourcery.com ([38.113.113.100]:56750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QK6Bi-0006MT-CY for qemu-devel@nongnu.org; Wed, 11 May 2011 05:58:38 -0400 From: Paul Brook Date: Wed, 11 May 2011 10:58:32 +0100 References: <1305069201-15961-1-git-send-email-contact@elasticsheep.com> In-Reply-To: <1305069201-15961-1-git-send-email-contact@elasticsheep.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201105111058.33682.paul@codesourcery.com> Subject: Re: [Qemu-devel] [PATCH] Add AACI audio playback support to the ARM Versatile/PB platform List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mathieu Sonet Cc: qemu-devel@nongnu.org > The PL041 driver provides an interface to an ACLink bus. > The LM4549 driver emulates a DAC connected on the ACLink bus. > Only audio playback is implemented. Shouldn't this be shared with the other AC97 devices? Paul