On Mon, 18 Feb 2002, [iso-8859-1] Chris Rankin wrote: > --- Jaroslav Kysela <[EMAIL PROTECTED]> wrote: > > We use > > GFP_ATOMIC|GFP_DMA like pci_allocate_consistent(). > > OK, I've hacked about a bit and it's not the presence > of GFP_ATOMIC that causes trouble but the absence of > GFP_DMA. > > Note that the current code in snd_malloc_isa_pages() > is: > > dma_area = snd_malloc_pages(size, > GFP_ATOMIC|GFP_KERNEL); > > Without the GFP_DMA, ISA DMA transfers on my machine > do not work. GFP_DMA|GFP_ATOMIC|GFP_KERNEL is OK.
Obvious typo. Thanks you for this report. Jaroslav ----- Jaroslav Kysela <[EMAIL PROTECTED]> Linux Kernel Sound Maintainer ALSA Project http://www.alsa-project.org SuSE Linux http://www.suse.com _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel