> -Original Message-
> From: David Laight [mailto:david.lai...@aculab.com]
> Sent: Wednesday, July 25, 2012 2:14 PM
> To: Aggrwal Poonam-B10812; Singh Sandeep-B37400; linuxppc-
> d...@lists.ozlabs.org
> Cc: Singh Sandeep-B37400
> Subject: RE: [1/3][PATCH][upstream
> > For flexibility you need to allow for 8bit samples being converted
as:
> > 1) 8bit raw ulaw or alaw data (unchanged from line).
> > 2) 8bit raw data, bit reversed, any hdlc protocol
> >is bit reversed from audio [1].
> > 3) 8bit audio, converted from alaw to ulaw
> > 4) 8bit audio, converte
l Poonam-B10812
> Subject: RE: [1/3][PATCH][upstream]Adding documentation for TDM
>
> > +3. TDM has programmable slot length (8 bits or 16 bits). This can be
> > + configured by:
> > +
> > + #define NUM_BYTES_PER_SLOT 8
>
> I presume you meant NUM_BITS_PER_
> +3. TDM has programmable slot length (8 bits or 16 bits). This can be
> + configured by:
> +
> + #define NUM_BYTES_PER_SLOT 8
I presume you meant NUM_BITS_PER_SLOT ?
These constants need name-space protection
> +or
> + #define NUM_BYTES_PER_SLOT 16
> +
> +depending on the ty
From: Sandeep Singh
tdm-summary.txt contains general description about TDM.
tdm-framework.txt contains specific description of TDM framework.
Signed-off-by: Sandeep Singh
Signed-off-by: Poonam Aggrwal
---
Documentation/tdm/tdm-framework.txt | 264 +++
Docume