Alicia Romero wrote:
> I forgot to write that at the end I activate all the params using:
>
> /* Activate the parameters */
> result = snd_pcm_hw_params (stream->pb_pcm, params);
> if (result < 0) {
If set_period_size fails, params has not been changed.
Regards,
Clemens