mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 21:16:31 +01:00
Renamed stop -> drop in API
This commit is contained in:
parent
2ec99095fe
commit
543e387fc8
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ static void set_params(void)
|
|||
params.start_mode = SND_PCM_START_DATA;
|
||||
params.xfer_mode = xfer_mode;
|
||||
params.xrun_mode = xrun_mode;
|
||||
params.xrun_act = SND_PCM_XRUN_ACT_STOP;
|
||||
params.xrun_act = SND_PCM_XRUN_ACT_DRAIN;
|
||||
params.frag_size = format.rate * frag_length / 1000;
|
||||
params.buffer_size = format.rate * buffer_length / 1000;
|
||||
params.avail_min = format.rate * avail_min / 1000;
|
||||
|
|
Loading…
Reference in a new issue