From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOljW-0005To-VQ for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:27:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOljV-0005Sg-Cr for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:27:30 -0500 Received: from [199.232.76.173] (port=33294 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOljV-0005Sa-3m for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:27:29 -0500 Received: from mx20.gnu.org ([199.232.41.8]:15250) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LOljU-0001Dn-TM for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:27:28 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOljU-0002KJ-0g for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:27:28 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Sound on a Power Mac? Date: Mon, 19 Jan 2009 04:27:24 +0000 References: <200901190401.14403.paul@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901190427.25644.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: > > 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. > > I tried using the AC97 sound card, but ALSA didn't detect it. Are you sure it actually got added? "small amount of hacking" means you have to make the -soundhw option actually do something the hearthrow machine :-) Paul