All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fixes au88x0 problem with older kernel
@ 2004-01-16 23:47 Martin Langer
  2004-01-19 19:02 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Langer @ 2004-01-16 23:47 UTC (permalink / raw)
  To: alsa-devel


This will fix a problem with undeclared PCI_DEVICE_ID_VIA_8365_1


Index: alsa-driver/pci/au88x0/au88x0.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au88x0.c,v
retrieving revision 1.6
diff -u -r1.6 au88x0.c
--- alsa-driver/pci/au88x0/au88x0.c	13 Jan 2004 08:39:14 -0000	1.6
+++ alsa-driver/pci/au88x0/au88x0.c	16 Jan 2004 23:40:00 -0000
@@ -46,6 +46,13 @@
 MODULE_LICENSE("GPL");
 MODULE_DEVICES("{{Aureal Semiconductor Inc., Aureal Vortex Sound Processor}}");
 
+#ifndef PCI_VENDOR_ID_VIA 
+#define PCI_VENDOR_ID_VIA 0x1106
+#endif
+#ifndef PCI_DEVICE_ID_VIA_8365_1
+#define PCI_DEVICE_ID_VIA_8365_1 0x8305
+#endif
+
 #ifndef MODULE
 /* format is: snd-mychip=enable,index,id */
 static int __init alsa_card_vortex_setup(char *str) {


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

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

* Re: [PATCH] fixes au88x0 problem with older kernel
  2004-01-16 23:47 [PATCH] fixes au88x0 problem with older kernel Martin Langer
@ 2004-01-19 19:02 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2004-01-19 19:02 UTC (permalink / raw)
  To: Martin Langer; +Cc: alsa-devel

At Sat, 17 Jan 2004 00:47:15 +0100,
Martin Langer wrote:
> 
> 
> This will fix a problem with undeclared PCI_DEVICE_ID_VIA_8365_1
> 

thanks, i committed to cvs.


Takashi


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

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

end of thread, other threads:[~2004-01-19 19:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-16 23:47 [PATCH] fixes au88x0 problem with older kernel Martin Langer
2004-01-19 19:02 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.