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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_direct.h154 int max_periods; /* max periods (-1 = fixed periods, 0 = max buffer size) */ member in struct:snd_pcm_direct
301 int max_periods; member in struct:snd_pcm_direct_open_conf
H A Dpcm_direct.c714 if (dshare->max_periods < 0) {
728 unsigned int max_periods = dshare->max_periods; local
729 if (max_periods < 2)
730 max_periods = dshare->slave_buffer_size / dshare->slave_period_size;
734 2, max_periods);
1558 rec->max_periods = 0;
1565 rec->max_periods = val;
1650 if (strcmp(id, "max_periods") == 0) {
1655 rec->max_periods
[all...]
H A Dpcm_dsnoop.c604 dsnoop->max_periods = opts->max_periods;
H A Dpcm_dshare.c697 dshare->max_periods = opts->max_periods;
H A Dpcm_dmix.c1009 dmix->max_periods = opts->max_periods;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/
H A Dalsa.conf78 defaults.pcm.dmix.max_periods 0
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/alsa/
H A Dalsa.conf78 defaults.pcm.dmix.max_periods 0

Completed in 213 milliseconds