linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cs5536 ID for cs5535audio
@ 2005-12-14 13:31 René Rebe
  2005-12-14 22:01 ` Jiri Slaby
  2005-12-15  6:26 ` jayakumar alsa
  0 siblings, 2 replies; 4+ messages in thread
From: René Rebe @ 2005-12-14 13:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: alsa-devel, Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 933 bytes --]

Hi all,

relative to 2.6.15-rc5-mm2 / alsa-cvs, works for me:

Added AMD CS5536 to the cs5535audio driver.

Signed-off-by: René Rebe <rene@exactcode.de>

--- sound/pci/cs5535audio/cs5535audio.c.orig	2005-12-14 14:39:11.000000000 +0100
+++ sound/pci/cs5535audio/cs5535audio.c	2005-12-14 14:29:23.000000000 +0100
@@ -46,8 +46,10 @@
 static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
 
 static struct pci_device_id snd_cs5535audio_ids[] = {
-	{ PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_AUDIO, PCI_ANY_ID,
-		PCI_ANY_ID, 0, 0, 0, },
+	{ PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_AUDIO,
+	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },
+	{ PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_AUDIO,
+	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },
 	{}
 };
 


-- 
René Rebe - Rubensstr. 64 - 12157 Berlin (Europe / Germany)
            http://www.exactcode.de | http://www.t2-project.org
            +49 (0)30  255 897 45

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-12-15  6:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-14 13:31 [PATCH] cs5536 ID for cs5535audio René Rebe
2005-12-14 22:01 ` Jiri Slaby
2005-12-15  6:26 ` jayakumar alsa
2005-12-15  6:46   ` jayakumar alsa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).