From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: Device supported by the OSS trident driver not supported by ALSA Date: Mon, 25 Jul 2005 00:42:49 +0100 Message-ID: <1122248569.10835.22.camel@localhost.localdomain> References: <20050723200417.GI3160@stusta.de> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from gate.perex.cz (gate.perex.cz [82.113.61.162]) by alsa.jcu.cz (ALSA's E-mail Delivery System) with ESMTP id A14741BA for ; Mon, 25 Jul 2005 01:18:02 +0200 (MEST) Received: from localhost.localdomain (unknown [81.2.110.250]) by gate.perex.cz (Perex's E-mail Delivery System) with ESMTP id DB6478450D for ; Mon, 25 Jul 2005 01:18:01 +0200 (MEST) In-Reply-To: <20050723200417.GI3160@stusta.de> Sender: alsa-devel-admin@lists.sourceforge.net Errors-To: alsa-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: Adrian Bunk Cc: perex@suse.cz, mulix@mulix.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, Alan Cox List-Id: alsa-devel@alsa-project.org On Sad, 2005-07-23 at 22:04 +0200, Adrian Bunk wrote: > The OSS trident driver has 5 different pci_device_id entries. > > For 4 of them there seems to be similar ALSA support, but I can't find > any ALSA equivalent for the following entry: > {PCI_VENDOR_ID_INTERG, PCI_DEVICE_ID_INTERG_5050, > PCI_ANY_ID, PCI_ANY_ID, 0, 0, CYBER5050}, > > Can anyone tell my why this device is supported by the OSS trident > driver but not by ALSA? The OSS driver supports the CyberPro T-squared core integrated into the cyberpro chipset while the ALSA driver only supports the others. Should be easy for someone to resolve. I don't have any 5000 hardware to test it however. Alan ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261338AbVGXXUv (ORCPT ); Sun, 24 Jul 2005 19:20:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261534AbVGXXUv (ORCPT ); Sun, 24 Jul 2005 19:20:51 -0400 Received: from clock-tower.bc.nu ([81.2.110.250]:4019 "EHLO localhost.localdomain") by vger.kernel.org with ESMTP id S261338AbVGXXUt (ORCPT ); Sun, 24 Jul 2005 19:20:49 -0400 Subject: Re: Device supported by the OSS trident driver not supported by ALSA From: Alan Cox To: Adrian Bunk Cc: perex@suse.cz, mulix@mulix.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, Alan Cox In-Reply-To: <20050723200417.GI3160@stusta.de> References: <20050723200417.GI3160@stusta.de> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 25 Jul 2005 00:42:49 +0100 Message-Id: <1122248569.10835.22.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 (2.2.2-5) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sad, 2005-07-23 at 22:04 +0200, Adrian Bunk wrote: > The OSS trident driver has 5 different pci_device_id entries. > > For 4 of them there seems to be similar ALSA support, but I can't find > any ALSA equivalent for the following entry: > {PCI_VENDOR_ID_INTERG, PCI_DEVICE_ID_INTERG_5050, > PCI_ANY_ID, PCI_ANY_ID, 0, 0, CYBER5050}, > > Can anyone tell my why this device is supported by the OSS trident > driver but not by ALSA? The OSS driver supports the CyberPro T-squared core integrated into the cyberpro chipset while the ALSA driver only supports the others. Should be easy for someone to resolve. I don't have any 5000 hardware to test it however. Alan