From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOlXk-0000fi-Dx for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:15:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOlXi-0000fW-1C for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:15:19 -0500 Received: from [199.232.76.173] (port=44902 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOlXh-0000fT-Rg for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:15:17 -0500 Received: from smtp5-g21.free.fr ([212.27.42.5]:35299) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOlXh-0000Sx-3Q for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:15:17 -0500 Received: from smtp5-g21.free.fr (localhost [127.0.0.1]) by smtp5-g21.free.fr (Postfix) with ESMTP id 0AA47D48042 for ; Mon, 19 Jan 2009 05:15:10 +0100 (CET) Received: from laptop (vaf26-2-82-244-111-82.fbx.proxad.net [82.244.111.82]) by smtp5-g21.free.fr (Postfix) with ESMTP id DF1AED48070 for ; Mon, 19 Jan 2009 05:15:07 +0100 (CET) In-Reply-To: Subject: Re: [Qemu-devel] Sound on a Power Mac? From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Mon, 19 Jan 2009 05:15:35 +0100 CET Message-Id: <35430986140-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 > What would be the best sound card to select for use with the emulated > G3 Beige computer=3F 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. The PCI Mac clone I have here has a Crystal CS4217-KL chip, not sure if there are any PCI card using it... The Cirrus website (who bought Crystal) says it can be replaced by CS4212, but it also has been EOLed. http://www.cirrus.com/en/products/eol/detail/EOL91.html http://www.cirrus.com/en/products/eol/detail/EOL39.html http://www.cirrus.com/en/products/eol/index.html Searching for either in lxr.linux.no doesn't find anything nor in http://www.alsa-project.org/main/index.php/Special:Search=3Fsearch=3Dcs4212&go=3DGo nor does grepping the OSSv4 sources, so unless it's compatible with a CS423x it's not documented as such. Maybe it's http://www.alsa-project.org/main/index.php/Matrix:Module-powermac Fran=C3=A7ois.