Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1:/tmp/cvs-serv3935/pci
Modified Files:
azt3328.c rme32.c
Log Message:
Removed zero initializers Randy.Dunlap <[EMAIL PROTECTED]>
Index: azt3328.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/azt3328.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- azt3328.c 14 Aug 2003 11:05:38 -0000 1.3
+++ azt3328.c 16 Aug 2003 09:58:29 -0000 1.4
@@ -1021,7 +1021,7 @@
{
azf3328_t *chip = snd_magic_cast(azf3328_t, dev_id, return IRQ_NONE);
unsigned int status, which;
- static unsigned long count = 0;
+ static unsigned long count;
status = inw(chip->codec_port+IDX_IO_IRQSTATUS);
Index: rme32.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/rme32.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- rme32.c 12 Aug 2003 14:10:13 -0000 1.25
+++ rme32.c 16 Aug 2003 09:58:29 -0000 1.26
@@ -1926,7 +1926,7 @@
static int __devinit
snd_rme32_probe(struct pci_dev *pci, const struct pci_device_id *pci_id)
{
- static int dev = 0;
+ static int dev;
rme32_t *rme32;
snd_card_t *card;
int err;
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog