>Пятница, 8 января 2016, 10:14 +01:00 от Clemens Ladisch
>:
>
>Sergei Steshenko wrote:
>> Понедельник, 4 января 2016, 18:45 +01:00 от Clemens Ladisch <
>> cladi...@googlemail.com >:
>>
>> Sergei Steshenko wrote:
>> > I have developed a piece of code (as LADSPA plugin) which among ot
Sergei Steshenko wrote:
> Понедельник, 4 января 2016, 18:45 +01:00 от Clemens Ladisch
> :
>
> Sergei Steshenko wrote:
> > I have developed a piece of code (as LADSPA plugin) which among other
> things multiplexes one of two input streams into output stream.
> >
> > Though swit
Dennis Borgmann wrote:
> period_time has the value "2000" before I use the function
> snd_pcm_hw_params_set_period_time_near(*pcm_handle, hwparams, &period_time,
> &dir);
> and has the same value of 2000 after I call it.
This implies that the driver claims that 2000 is supported.
> In addition,