From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRBdY-0003mX-IC for qemu-devel@nongnu.org; Sat, 23 Sep 2006 13:50:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRBdX-0003m4-0h for qemu-devel@nongnu.org; Sat, 23 Sep 2006 13:50:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRBdW-0003m0-Us for qemu-devel@nongnu.org; Sat, 23 Sep 2006 13:49:58 -0400 Received: from [80.12.242.19] (helo=smtp-msa-out19.orange.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GRBhX-00024u-Da for qemu-devel@nongnu.org; Sat, 23 Sep 2006 13:54:07 -0400 Message-ID: <45157467.4070909@bellard.org> Date: Sat, 23 Sep 2006 19:52:39 +0200 From: Fabrice Bellard MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Audio output for CS4231, patch/RFC Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: paul@codesourcery.com, qemu-devel@nongnu.org Blue Swirl wrote: > Hi, > > This patch hooks CS4231 to the audio subsystem. It's not ready for > applying, though I can already make some noise. Any comments? One comment: you could move the DMA related functions and registers to sparc32_dma.c because it seems reasonnable that the DMA stuff was really implemented outside of the cs4231 chip (I believe the same chip was used in some PC cards with an ISA based DMA). Regards, Fabrice.