Searched refs:openmax (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dinterval.c131 int snd_interval_refine_max(snd_interval_t *i, unsigned int max, int openmax) argument
138 i->openmax = openmax;
140 } else if (i->max == max && !i->openmax && openmax) {
141 i->openmax = 1;
145 if (i->openmax) {
147 i->openmax = 0;
173 i->openmax = v->openmax;
[all...]
H A Dinterval_inline.h29 i->openmax = 0;
42 (i->min == i->max && (i->openmin || i->openmax)));
54 (i->min + 1 == i->max && i->openmax));
65 i->openmax = i->openmin = 0;
85 i->openmax = i->openmin = 0;
95 i->max < val || (i->max == val && i->openmax)));
107 if (i->openmin && i->openmax && i->min == i->max)
118 if (i->openmax) {
120 i->openmax = 0;
131 if (i->openmax)
[all...]
H A Dpcm_params.c197 *dir = - (int) i->openmax;
474 int openmax = 0; local
477 openmax = 1;
479 openmax = 1;
484 if (val == 0 && openmax) {
488 changed = snd_mask_refine_max(hw_param_mask(params, var), val - !!openmax);
490 changed = snd_interval_refine_max(hw_param_interval(params, var), val, openmax);
553 int openmin = 0, openmax = 0; local
566 openmax = 1;
568 openmax
[all...]
H A Dinterval.h73 int snd_interval_refine_max(snd_interval_t *i, unsigned int max, int openmax);
H A Dpcm_extplug.c131 if (ival->max == list[imax] && ! ival->openmax)
135 ival->openmax = 0;
H A Dpcm_rate.c197 period_size->openmin && period_size->openmax &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpcm_params.h249 i->openmax = 0;
262 (i->min == i->max && (i->openmin || i->openmax)));
273 (i->min + 1 == i->max && i->openmax));
290 if (i->openmax)
298 i->max < val || (i->max == val && i->openmax)));
310 if (i->openmin && i->openmax && i->min == i->max)
323 i1->max == i2->max && i1->openmax == i2->openmax;
H A Dasound.h341 openmax:1, member in struct:snd_interval
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_lib.c595 i->openmax = v->openmax;
597 } else if (i->max == v->max && !i->openmax && v->openmax) {
598 i->openmax = 1;
610 if (i->openmax) {
612 i->openmax = 0;
614 } else if (!i->openmin && !i->openmax && i->min == i->max)
632 i->openmax = i->openmin;
633 if (i->openmax)
[all...]
H A Dpcm_native.c218 i->max, i->openmax ? ')' : ']');
228 i->max, i->openmax ? ')' : ']');
270 i->max, i->openmax ? ')' : ']');
286 i->max, i->openmax ? ')' : ']');
1717 t.openmax = 0;
1763 t.openmax = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_audio.c52 t.openmin = t.openmax = 0;
85 t.openmax = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dpcm.c447 if (fp->rate_min > it->max || (fp->rate_min == it->max && it->openmax)) {
458 if (ptime > pt->max || (ptime == pt->max && pt->openmax)) {
508 it->openmax = 0;
562 it->openmax = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_oss.c101 static int snd_interval_refine_max(struct snd_interval *i, unsigned int max, int openmax) argument
106 i->openmax = openmax;
108 } else if (i->max == max && !i->openmax && openmax) {
109 i->openmax = 1;
113 if (i->openmax) {
115 i->openmax = 0;
130 t.openmin = t.openmax = 0;
181 *dir = - (int) i->openmax;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dasound.h361 openmax:1, member in struct:sndrv_interval

Completed in 129 milliseconds