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

Modified Files:
        ali5451.c 
Log Message:
- use pci_set_consistent_dma_mask().





Index: ali5451.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ali5451/ali5451.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ali5451.c   23 Oct 2003 14:34:53 -0000      1.39
+++ ali5451.c   20 Nov 2003 13:22:19 -0000      1.40
@@ -2110,7 +2110,7 @@
                snd_printk("architecture does not support 31bit PCI busmaster DMA\n");
                return -ENXIO;
        }
-       pci_set_dma_mask(pci, 0x7fffffff);
+       pci_set_consistent_dma_mask(pci, 0x7fffffff);
 
        if ((codec = snd_magic_kcalloc(ali_t, 0, GFP_KERNEL)) == NULL)
                return -ENOMEM;



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