Update of /cvsroot/alsa/alsa-kernel/isa/sb
In directory sc8-pr-cvs1:/tmp/cvs-serv10312/isa/sb

Modified Files:
        es968.c sb16.c 
Log Message:
- added snd_card_set_dev() macro.
- sysfsfied more pci, isapnp and usb drivers.


Index: es968.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/isa/sb/es968.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- es968.c     14 Oct 2003 13:08:18 -0000      1.20
+++ es968.c     21 Jan 2004 18:32:47 -0000      1.21
@@ -149,6 +149,7 @@
                snd_card_free(card);
                return error;
        }
+       snd_card_set_dev(card, &pcard->card->dev);
 
        if ((error = snd_sbdsp_create(card, port[dev],
                                      irq[dev],

Index: sb16.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/isa/sb/sb16.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- sb16.c      13 Jan 2004 17:13:42 -0000      1.41
+++ sb16.c      21 Jan 2004 18:32:47 -0000      1.42
@@ -393,6 +393,7 @@
                        snd_card_free(card);
                        return err;
                }
+               snd_card_set_dev(card, &pcard->card->dev);
        }
 #endif
 



-------------------------------------------------------
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
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to