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

Modified Files:
        cmi8330.c es18xx.c 
Log Message:
Fixed old function name (snd_pcm_isa_flags -> snd_pcm_dma_flags)

Index: cmi8330.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/isa/cmi8330.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- cmi8330.c   2 Mar 2004 15:32:36 -0000       1.26
+++ cmi8330.c   2 Mar 2004 15:38:14 -0000       1.27
@@ -439,7 +439,7 @@
        snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, 
&chip->streams[SNDRV_PCM_STREAM_CAPTURE].ops);
 
        snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_ISA,
-                                             snd_pcm_isa_flags(0),
+                                             snd_pcm_dma_flags(0),
                                              64*1024, 128*1024);
        chip->pcm = pcm;
 

Index: es18xx.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/isa/es18xx.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- es18xx.c    2 Mar 2004 15:32:36 -0000       1.41
+++ es18xx.c    2 Mar 2004 15:38:14 -0000       1.42
@@ -1599,7 +1599,7 @@
         chip->pcm = pcm;
 
        snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_ISA,
-                                             snd_pcm_isa_flags(0),
+                                             snd_pcm_dma_flags(0),
                                              64*1024,
                                              chip->dma1 > 3 || chip->dma2 > 3 ? 
128*1024 : 64*1024);
 



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to