Home
last modified time | relevance | path

Searched refs:max_periods (Results 1 - 5 of 5) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.h169 int max_periods; /* max periods (-1 = fixed periods, 0 = max buffer size) */ member
170 int var_periodsize; /* allow variable period size if max_periods is != -1*/
364 int max_periods; member
H A Dpcm_direct.c943 if (dshare->max_periods < 0) {
970 unsigned int max_periods = dshare->max_periods; local
971 if (max_periods < 2)
972 max_periods = dshare->slave_buffer_size / dshare->slave_period_size;
1002 2, max_periods);
1935 rec->max_periods = 0;
1950 rec->max_periods = val;
2085 if (strcmp(id, "max_periods") == 0) {
2090 rec->max_periods
[all...]
H A Dpcm_dsnoop.c555 dsnoop->max_periods = opts->max_periods; in snd_pcm_dsnoop_open()
H A Dpcm_dshare.c689 dshare->max_periods = opts->max_periods; in snd_pcm_dshare_open()
H A Dpcm_dmix.c987 dmix->max_periods = opts->max_periods; in snd_pcm_dmix_open()

Completed in 9 milliseconds