Philipp Vollmer wrote:

>Hello to all ALSA developers!
>
>I had compiled the examples of the Programming HOWTO succesfully!!!
>I saw many programming mistakes in these files. I don't think ANSI C supports 
>polymorphism! So I had to take parts out of other running code and put it 
>into the example.
>But now, after a few changes I could run the program which starts to send 
>Random PCM Data to the interface.
>
>Now I have following problem:
>Although the program compiled succesfully I get following output:
>
>how1: pcm_params.c:2136: snd_pcm_hw_refine: Assertion && params failed.
>Canceled
>
>What is the problem?

$ man assert

it seems params == 0 when you're calling snd_pcm_hw_refine.

tim


_______________________________________________________________

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

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

Reply via email to