Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1:/tmp/cvs-serv6227/pci

Modified Files:
        als4000.c azt3328.c es1938.c es1968.c maestro3.c sonicvibes.c 
Log Message:
- use pci_set_consistent_dma_mask().





Index: als4000.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/als4000.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- als4000.c   28 Oct 2003 11:28:01 -0000      1.24
+++ als4000.c   20 Nov 2003 13:22:19 -0000      1.25
@@ -625,7 +625,7 @@
                snd_printk("architecture does not support 24bit PCI busmaster DMA\n");
                return -ENXIO;
        }
-       pci_set_dma_mask(pci, 0x00ffffff);
+       pci_set_consistent_dma_mask(pci, 0x00ffffff);
 
        gcr = pci_resource_start(pci, 0);
        if ((res_gcr_port = request_region(gcr, 0x40, "ALS4000")) == NULL) {

Index: azt3328.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/azt3328.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- azt3328.c   28 Oct 2003 11:28:01 -0000      1.6
+++ azt3328.c   20 Nov 2003 13:22:19 -0000      1.7
@@ -1365,7 +1365,7 @@
                snd_printk("architecture does not support 24bit PCI busmaster DMA\n");
                return -ENXIO;
        }
-       pci_set_dma_mask(pci, 0x00ffffff);
+       pci_set_consistent_dma_mask(pci, 0x00ffffff);
 
        chip->codec_port = pci_resource_start(pci, 0);
        if ((chip->res_codec_port = request_region(chip->codec_port, 0x80, "Aztech 
AZF3328 I/O")) == NULL) {

Index: es1938.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/es1938.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- es1938.c    14 Aug 2003 11:05:38 -0000      1.27
+++ es1938.c    20 Nov 2003 13:22:19 -0000      1.28
@@ -1402,7 +1402,7 @@
                 snd_printk("architecture does not support 24bit PCI busmaster DMA\n");
                 return -ENXIO;
         }
-       pci_set_dma_mask(pci, 0x00ffffff);
+       pci_set_consistent_dma_mask(pci, 0x00ffffff);
 
        chip = snd_magic_kcalloc(es1938_t, 0, GFP_KERNEL);
        if (chip == NULL)

Index: es1968.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/es1968.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- es1968.c    24 Oct 2003 13:44:20 -0000      1.56
+++ es1968.c    20 Nov 2003 13:22:19 -0000      1.57
@@ -2567,7 +2567,7 @@
                snd_printk("architecture does not support 28bit PCI busmaster DMA\n");
                return -ENXIO;
        }
-       pci_set_dma_mask(pci, 0x0fffffff);
+       pci_set_consistent_dma_mask(pci, 0x0fffffff);
 
        chip = (es1968_t *) snd_magic_kcalloc(es1968_t, 0, GFP_KERNEL);
        if (! chip)

Index: maestro3.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/maestro3.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- maestro3.c  23 Oct 2003 14:34:52 -0000      1.43
+++ maestro3.c  20 Nov 2003 13:22:19 -0000      1.44
@@ -2551,7 +2551,7 @@
                snd_printk("architecture does not support 28bit PCI busmaster DMA\n");
                return -ENXIO;
        }
-       pci_set_dma_mask(pci, 0x0fffffff);
+       pci_set_consistent_dma_mask(pci, 0x0fffffff);
 
        chip = snd_magic_kcalloc(m3_t, 0, GFP_KERNEL);
        if (chip == NULL)

Index: sonicvibes.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/sonicvibes.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sonicvibes.c        23 Oct 2003 14:34:52 -0000      1.27
+++ sonicvibes.c        20 Nov 2003 13:22:19 -0000      1.28
@@ -1253,7 +1253,7 @@
                 snd_printk("architecture does not support 24bit PCI busmaster DMA\n");
                 return -ENXIO;
         }
-       pci_set_dma_mask(pci, 0x00ffffff);
+       pci_set_consistent_dma_mask(pci, 0x00ffffff);
 
        sonic = snd_magic_kcalloc(sonicvibes_t, 0, GFP_KERNEL);
        if (sonic == NULL)



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to