Update of /cvsroot/alsa/alsa-kernel/ppc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7196

Modified Files:
        pmac.c 
Log Message:
Fix against the new DMA API

Index: pmac.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/ppc/pmac.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- pmac.c      2 Mar 2004 15:32:38 -0000       1.25
+++ pmac.c      17 Mar 2004 08:07:01 -0000      1.26
@@ -665,7 +665,7 @@
 
        /* preallocate 64k buffer */
        snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_CONTINUOUS, 
-                                             snd_pcm_dma_flags(GFP_KERNEL),
+                                             snd_dma_continuous_data(GFP_KERNEL),
                                              64 * 1024, 64 * 1024);
 
        return 0;



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to