From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOlKJ-0003D7-QD for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:01:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOlKF-0003Cv-E6 for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:01:26 -0500 Received: from [199.232.76.173] (port=54860 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOlKF-0003Cs-7w for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:01:23 -0500 Received: from mx20.gnu.org ([199.232.41.8]:14328) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LOlKE-00080g-Pw for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:01:22 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOlKD-0001Pt-Hz for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:01:21 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Sound on a Power Mac? Date: Mon, 19 Jan 2009 04:01:13 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901190401.14403.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "C.W. Betts" On Monday 19 January 2009, C.W. Betts wrote: > What would be the best sound card to select for use with the emulated > G3 Beige computer? I'm trying to get sound working using the Debian > Etch PowerPC image provided by Aurelien Jarno. It shows two options > when I run alsaconf: PowerMac and Legacy. It complained when I chose > PowerMac, and I don't know if the power mac supports ISA cards. I'm pretty sure that machine has PCI, so it should be a small amount of hacking to make it use any of the PCI audio devices. Of course whether they'll actually work on a big-endian machine is a different question. Paul