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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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.h325 openmax:1, member in struct:snd_interval
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dpcm_lib.c395 i->openmax = v->openmax;
397 } else if (i->max == v->max && !i->openmax && v->openmax) {
398 i->openmax = 1;
410 if (i->openmax) {
412 i->openmax = 0;
414 } else if (!i->openmin && !i->openmax && i->min == i->max)
431 i->openmax = i->openmin;
432 if (i->openmax)
[all...]
H A Dpcm_native.c215 i->max, i->openmax ? ')' : ']');
225 i->max, i->openmax ? ')' : ']');
267 i->max, i->openmax ? ')' : ']');
283 i->max, i->openmax ? ')' : ']');
1764 t.openmax = 0;
1804 t.openmax = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/arm/
H A Dpxa2xx-pcm.c184 i->openmax = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/
H A Dusbaudio.c1555 if (fp->rate_min > it->max || (fp->rate_min == it->max && it->openmax)) {
1608 it->openmax = 0;
1662 it->openmax = 0;

Completed in 167 milliseconds