> 
> Not true.
> 
> Paul said that the document clearly states that it is unfinished and I 
> said if you make any changes I will fix the document and put it up on 
> the alsa server directly.
> 
> The document has a lot of useful info but has become outdated.
>   If you know what the problems are then submit a fix.


I did:

Date: Mon, 3 Jun 2002 21:47:07 +0200 (CEST)
From: tomasz motylewski <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: wrong snd_pcm_open example code.


On http://www.op.net/~pbd/alsa-audio.html#captureex you wrote:

capture_handle = snd_pcm_open (argv[1], SND_PCM_STREAM_CAPTURE, 0)

The real ALSA9 API is 

err = snd_pcm_open(&chandle, cdevice, SND_PCM_STREAM_CAPTURE, 0)

Could you please currect this?

In my opinion example programs are the best form od documentation, but not
working examples are the worst form of misinformation.

------------------

No answer.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to