--- Jaroslav Kysela <[EMAIL PROTECTED]> wrote: > I removed dma_flags from isa pages allocation > routines. We use > GFP_ATOMIC|GFP_DMA like pci_allocate_consistent().
Interesting ... my original and working code did the following: buf = snd_malloc_pages(size, GFP_KERNEL | GFP_DMA); and then used virt_to_bus(). I do not know what GFP_ATOMIC causes kmalloc() to do, but the net effect seems to be to prevent ISA DMA. Chris __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel