All of lore.kernel.org
 help / color / mirror / Atom feed
* Driver document for ALSA 0.9.x ?
@ 2002-11-27  3:17 Alamy Liu
  2002-11-27  8:27 ` Clemens Ladisch
  0 siblings, 1 reply; 6+ messages in thread
From: Alamy Liu @ 2002-11-27  3:17 UTC (permalink / raw)
  To: alsa-devel

Hi All,

I am viewing ALSA 0.5.0 Developer documentation at
http://www.math.tu-berlin.de/~sbartels/alsa/

I would like to know if there is any Developer documentation for
ALSA 0.9.x (or 0.8.x) available ?


Regards,

Alamy Liu



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

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

* Re: Driver document for ALSA 0.9.x ?
  2002-11-27  3:17 Driver document for ALSA 0.9.x ? Alamy Liu
@ 2002-11-27  8:27 ` Clemens Ladisch
  2002-11-27 13:38   ` Arm based driver ? Alamy Liu
  2002-11-27 18:23   ` Driver document for ALSA 0.9.x ? Mark Rages
  0 siblings, 2 replies; 6+ messages in thread
From: Clemens Ladisch @ 2002-11-27  8:27 UTC (permalink / raw)
  To: Alamy Liu; +Cc: alsa-devel

Alamy Liu wrote:
> I would like to know if there is any Developer documentation for
> ALSA 0.9.x (or 0.8.x) available ?

The docs generated by doxygen from the alsa-lib sources are available at
<http://www.alsa-project.org/alsa-doc/alsa-lib/>.


HTH
Clemens



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

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

* Arm based driver ?
  2002-11-27  8:27 ` Clemens Ladisch
@ 2002-11-27 13:38   ` Alamy Liu
  2002-11-27 14:31     ` Jaroslav Kysela
  2002-11-27 18:23   ` Driver document for ALSA 0.9.x ? Mark Rages
  1 sibling, 1 reply; 6+ messages in thread
From: Alamy Liu @ 2002-11-27 13:38 UTC (permalink / raw)
  To: alsa-devel

Hi All,

  I am going to write a audio driver which connect to ARM based CPU 
directly using I2C and L3.
 From the developer's document. It seems the main structure are Card & 
Chipset.
In the Card layer, what kind of card driver should I implement ?
  A virtual-card ?  (exp : i2c/i2c-pxa250.c and l3/l3-pxa250.c 
(i2c/l3/l3-pxa250.c ?) )
Or there is another structure for such a situation ?

  Regards,

Alamy Liu



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

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

* Re: Arm based driver ?
  2002-11-27 13:38   ` Arm based driver ? Alamy Liu
@ 2002-11-27 14:31     ` Jaroslav Kysela
  0 siblings, 0 replies; 6+ messages in thread
From: Jaroslav Kysela @ 2002-11-27 14:31 UTC (permalink / raw)
  To: Alamy Liu; +Cc: alsa-devel@lists.sourceforge.net

On Wed, 27 Nov 2002, Alamy Liu wrote:

> Hi All,
> 
>   I am going to write a audio driver which connect to ARM based CPU 
> directly using I2C and L3.
>  From the developer's document. It seems the main structure are Card & 
> Chipset.
> In the Card layer, what kind of card driver should I implement ?
>   A virtual-card ?  (exp : i2c/i2c-pxa250.c and l3/l3-pxa250.c 
> (i2c/l3/l3-pxa250.c ?) )
> Or there is another structure for such a situation ?

Drivers for I2C chips should go to: i2c/
Drivers for L3 chips should go to:  i2c/l3/
The card module should go to:       arm/

						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

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

* Re: Driver document for ALSA 0.9.x ?
  2002-11-27  8:27 ` Clemens Ladisch
  2002-11-27 13:38   ` Arm based driver ? Alamy Liu
@ 2002-11-27 18:23   ` Mark Rages
  2002-11-28 11:55     ` Takashi Iwai
  1 sibling, 1 reply; 6+ messages in thread
From: Mark Rages @ 2002-11-27 18:23 UTC (permalink / raw)
  To: Clemens Ladisch; +Cc: Alamy Liu, alsa-devel

On Wed, Nov 27, 2002 at 09:27:58AM +0100, Clemens Ladisch wrote:
> Alamy Liu wrote:
> > I would like to know if there is any Developer documentation for
> > ALSA 0.9.x (or 0.8.x) available ?
> 
> The docs generated by doxygen from the alsa-lib sources are available at
> <http://www.alsa-project.org/alsa-doc/alsa-lib/>.

Those are documents for alsa-lib.  There are no such documents for the 
driver.

You can do as I did. Read the source for the drivers that are already 
there, then ask questions on the list as they arise. If you're lucky, 
Paul or Takashi will answer. If you can understand any of Jaroslav's 
posts, you are well on your way to being a driver writer.


Regards,
Mark
markrages@mlug.missouri.edu


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

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

* Re: Driver document for ALSA 0.9.x ?
  2002-11-27 18:23   ` Driver document for ALSA 0.9.x ? Mark Rages
@ 2002-11-28 11:55     ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2002-11-28 11:55 UTC (permalink / raw)
  To: Mark Rages; +Cc: Clemens Ladisch, Alamy Liu, alsa-devel

Hi,

At Wed, 27 Nov 2002 12:23:46 -0600,
Mark Rages wrote:
> 
> On Wed, Nov 27, 2002 at 09:27:58AM +0100, Clemens Ladisch wrote:
> > Alamy Liu wrote:
> > > I would like to know if there is any Developer documentation for
> > > ALSA 0.9.x (or 0.8.x) available ?
> > 
> > The docs generated by doxygen from the alsa-lib sources are available at
> > <http://www.alsa-project.org/alsa-doc/alsa-lib/>.
> 
> Those are documents for alsa-lib.  There are no such documents for the 
> driver.
> 
> You can do as I did. Read the source for the drivers that are already 
> there, then ask questions on the list as they arise. If you're lucky, 
> Paul or Takashi will answer.

... unless i'm on vacation :)

> If you can understand any of Jaroslav's 
> posts, you are well on your way to being a driver writer.

seriously, i'd like to start documentation of ALSA driver tree, too.
at the first step, i'll try to write more comments in javadoc style
(which is largely used in kernel codes) on alsa driver sources.
then we can compile the complete document from them as an on-line
doc.

of course, there are other needs for documentation of ALSA.
if someone is interested in it, please let me know.
now is the good time to organize (again) the "documentation project".


ciao,

Takashi


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en

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

end of thread, other threads:[~2002-11-28 11:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-27  3:17 Driver document for ALSA 0.9.x ? Alamy Liu
2002-11-27  8:27 ` Clemens Ladisch
2002-11-27 13:38   ` Arm based driver ? Alamy Liu
2002-11-27 14:31     ` Jaroslav Kysela
2002-11-27 18:23   ` Driver document for ALSA 0.9.x ? Mark Rages
2002-11-28 11:55     ` Takashi Iwai

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.