All of lore.kernel.org
 help / color / mirror / Atom feed
* changes for ISA cards
@ 2002-02-15 18:51 Takashi Iwai
  2002-02-16 16:17 ` Problems with __BYTE_ORDER Haroldo Gamal
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2002-02-15 18:51 UTC (permalink / raw)
  To: alsa-devel

Hi,

I now committed a small but basic change to cvs:
for buffer allocation of ISA drivers, pci_alloc_consistent() is used
instead of ALSA's memory allocator.  This will reduce the use of
virt_to_bus() which will disappear in 2.5.x.

I beileve the current code should work - at least on my sbawe worked.
But if you have any problems regarding to this change, please check
pcm_memory.c and undefine ISA_USE_PCI_ALLOC at the beginning of the
file.  Then it takes back the old allocator.


Takashi

_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Problems with __BYTE_ORDER
  2002-02-15 18:51 changes for ISA cards Takashi Iwai
@ 2002-02-16 16:17 ` Haroldo Gamal
  2002-02-17  9:29   ` Jaroslav Kysela
  0 siblings, 1 reply; 3+ messages in thread
From: Haroldo Gamal @ 2002-02-16 16:17 UTC (permalink / raw)
  To: Takashi Iwai, alsa-devel

Takashi,

	The modification you made on alsa-kernel/include/asound.h carries one problem:

	__BYTE_ORDER is not defined under linux/types.h. It makes a generation of 
wrong SND_BIG_ENDIAN constant on i386 architecture.

	Am I wrong?

	Haroldo Gamal


_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problems with __BYTE_ORDER
  2002-02-16 16:17 ` Problems with __BYTE_ORDER Haroldo Gamal
@ 2002-02-17  9:29   ` Jaroslav Kysela
  0 siblings, 0 replies; 3+ messages in thread
From: Jaroslav Kysela @ 2002-02-17  9:29 UTC (permalink / raw)
  To: Haroldo Gamal; +Cc: Takashi Iwai, alsa-devel@lists.sourceforge.net

On Sat, 16 Feb 2002, Haroldo Gamal wrote:

> Takashi,
>
> 	The modification you made on alsa-kernel/include/asound.h carries one problem:
>
> 	__BYTE_ORDER is not defined under linux/types.h. It makes a generation of
> wrong SND_BIG_ENDIAN constant on i386 architecture.
>
> 	Am I wrong?

Nope. I tried to fix this problem in CVS.

						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project  http://www.alsa-project.org
SuSE Linux    http://www.suse.com


_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-02-17  9:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-15 18:51 changes for ISA cards Takashi Iwai
2002-02-16 16:17 ` Problems with __BYTE_ORDER Haroldo Gamal
2002-02-17  9:29   ` Jaroslav Kysela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.