Re: [Alsa-devel] Using preallocate pci, isa or nothing?

2004-02-11 Thread Takashi Iwai
At Sun, 8 Feb 2004 18:29:10 -0600, Mathieu Rondonneau wrote: Hi, I'm sorry for the html format, these are some questions according to my problems. I'm writing an ALSA driver for a CSB337 board (AT91RM9200). There is no PCI or ISA on this board. Should I preallocate memory with:

Re: [Alsa-devel] Using preallocate pci, isa or nothing?

2004-02-11 Thread Mathieu Rondonneau
At Sun, 8 Feb 2004 18:29:10 -0600, Mathieu Rondonneau wrote: Hi, I'm sorry for the html format, these are some questions according to my problems. I'm writing an ALSA driver for a CSB337 board (AT91RM9200). There is no PCI or ISA on this board. Should I preallocate memory with:

Re: [Alsa-devel] Using preallocate pci, isa or nothing?

2004-02-11 Thread Takashi Iwai
At Wed, 11 Feb 2004 14:39:47 -0600, Mathieu Rondonneau wrote: At Sun, 8 Feb 2004 18:29:10 -0600, Mathieu Rondonneau wrote: Hi, I'm sorry for the html format, these are some questions according to my problems. I'm writing an ALSA driver for a CSB337 board (AT91RM9200).

[Alsa-devel] Using preallocate pci, isa or nothing?

2004-02-08 Thread Mathieu Rondonneau
Hi, I'm sorry for the html format, these are some questions according to my problems. I'm writing an ALSA driver for a CSB337 board (AT91RM9200). There is no PCI or ISA on this board. Should I preallocate memory with: snd_pcm_lib_preallocate_pages_for_all,

[Alsa-devel] using preallocate pci, isa or nothing?

2004-02-06 Thread Mathieu Rondonneau
Hi all, I'm writingan ALSA driver for a CSB337 board (AT91RM9200). There is no PCI or ISA on this board. Should I preallocate memory with: snd_pcm_lib_preallocate_pages_for_all, snd_pcm_lib_preallocate_isa_pages_for_all() or snd_pcm_lib_preallocate_pci_pages_for_all()? There is a