At Wed, 22 May 2002 08:25:23 -0400,
Paul Davis wrote:
> 
> >anyway...  after looking at the hdsp code again, i found that these
> >endian conversions are not necessary at all!
> >IIRC, readX/writeX already convert the endianess in itself.  thus, the
> 
> absolutely not. readl/writel on most architectures translate to:
> 
>          *addr = val;
> 

really?  for example, ppc uses in_le32() for readl(), which implies
byte swapping.


Takashi

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to