zentara has asked for the wisdom of the Perl Monks concerning the following question:
It used to work with ALSA-0.9.7(earlier version). Now when I try to make, it gives an error:
The line 97 is:linux.xs:97: error: too few arguments to function `snd_pcm_hw_params_g +et_buffer_size'
It seems that that function is from /usr/include/alsa/pcm.h Does anyone know what extra parameters need to be added to make this work correctly? I have tried a few WAG's like (dev->hwparams, dev->samp_rate), and the module will then compile, but segfault when run. Any clues?dev->chunk = snd_pcm_hw_params_get_buffer_size (dev->hwparams);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Did you check rt?
by PodMaster (Abbot) on May 02, 2004 at 03:45 UTC | |
by zentara (Cardinal) on May 02, 2004 at 11:43 UTC |