--- Jaroslav Kysela <[EMAIL PROTECTED]> wrote:
> Using pci_allocate_consistent() for ISA DMA
> allocation routines is
> definitely a bad idea. I added
> snd_malloc_isa_pages() code as you
> suggested to snd.o (it seems that it's good to
> abstract such bus specific
> allocation routines).

Thanks, my driver is now both compiling and working
again. (Just need to test "capture" mode now...) My
only concern is that I thought that virt_to_bus() was
going to disappear in 2.5, maybe even in future 2.4
kernels, leaving us with only
pci_allocate_consistent(). I wouldn't mind, except
that it doesn't seem to *work* for ISA DMA...!

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

Reply via email to