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

Modified Files:
        harmony.c 
Log Message:
Remove all old SNDRV_DMA_TYPE_PCI references

Index: harmony.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/parisc/harmony.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- harmony.c   7 Apr 2004 17:48:15 -0000       1.6
+++ harmony.c   8 Apr 2004 17:10:08 -0000       1.7
@@ -858,7 +858,7 @@
        harmony->pcm = pcm;
        
        /* initialize graveyard buffer */
-       harmony->dma_dev.type = SNDRV_DMA_TYPE_PCI;
+       harmony->dma_dev.type = SNDRV_DMA_TYPE_DEV;
        harmony->dma_dev.dev = snd_dma_pci_data(harmony->fake_pci_dev); 
        harmony->graveyard_addr = snd_dma_alloc_pages(&chip->dma_dev,
                        HARMONY_BUF_SIZE*GRAVEYARD_BUFS, &harmony->graveyard_dma);



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