Update of /cvsroot/alsa/alsa-driver/pci
In directory sc8-pr-cvs1:/tmp/cvs-serv10840/pci

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


Index: bt87x.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/bt87x.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bt87x.c     2 Jan 2004 13:44:06 -0000       1.2
+++ bt87x.c     21 Jan 2004 18:33:32 -0000      1.3
@@ -746,6 +746,7 @@
                snd_bt87x_free(chip);
                return err;
        }
+       snd_card_set_dev(card, &pci->dev);
        *rchip = chip;
        return 0;
 }

Index: intel8x0m.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/intel8x0m.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- intel8x0m.c 12 Jan 2004 14:40:21 -0000      1.1
+++ intel8x0m.c 21 Jan 2004 18:33:32 -0000      1.2
@@ -1351,6 +1351,8 @@
                return err;
        }
 
+       snd_card_set_dev(card, &pci->dev);
+
        *r_intel8x0 = chip;
        return 0;
 }



-------------------------------------------------------
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