Home
last modified time | relevance | path

Searched refs:openmax (Results 1 – 13 of 13) sorted by relevance

/linux/include/sound/
H A Dpcm_params.h220 i->openmax = 0; in snd_interval_any()
233 (i->min == i->max && (i->openmin || i->openmax))); in snd_interval_checkempty()
244 (i->min + 1 == i->max && (i->openmin || i->openmax))); in snd_interval_single()
249 if (i->openmin && !i->openmax) in snd_interval_value()
263 if (i->openmax) in snd_interval_max()
271 i->max < val || (i->max == val && i->openmax))); in snd_interval_test()
283 if (i->openmin && i->openmax && i->min == i->max) in snd_interval_setinteger()
296 i1->max == i2->max && i1->openmax == i2->openmax; in snd_interval_eq()
/linux/sound/core/
H A Dpcm_lib.c641 i->openmax = v->openmax; in snd_interval_refine()
643 } else if (i->max == v->max && !i->openmax && v->openmax) { in snd_interval_refine()
644 i->openmax = 1; in snd_interval_refine()
656 if (i->openmax) { in snd_interval_refine()
658 i->openmax = 0; in snd_interval_refine()
660 } else if (!i->openmin && !i->openmax && i->min == i->max) in snd_interval_refine()
682 i->openmax = (i->openmax && i->max >= last_max); in snd_interval_refine_first()
695 if (i->openmax) in snd_interval_refine_last()
712 c->openmax = (a->openmax || b->openmax); in snd_interval_mul()
735 c->openmin = (r || a->openmin || b->openmax); in snd_interval_div()
[all …]
H A Dpcm_param_trace.h103 __entry->prev_openmax = prev->openmax;
109 __entry->curr_openmax = curr->openmax;
/linux/drivers/usb/gadget/function/
H A Du_uac1_legacy.c34 t.openmin = t.openmax = 0; in snd_interval_refine_set()
67 t.openmax = 1; in _snd_pcm_hw_param_set()
/linux/sound/core/oss/
H A Dpcm_oss.c82 static int snd_interval_refine_max(struct snd_interval *i, unsigned int max, int openmax) in snd_interval_refine_max() argument
87 i->openmax = openmax; in snd_interval_refine_max()
89 } else if (i->max == max && !i->openmax && openmax) { in snd_interval_refine_max()
90 i->openmax = 1; in snd_interval_refine_max()
94 if (i->openmax) { in snd_interval_refine_max()
96 i->openmax = 0; in snd_interval_refine_max()
111 t.openmin = t.openmax = 0; in snd_interval_refine_set()
162 *dir = - (int) i->openmax; in snd_pcm_hw_param_value_max()
465 t.openmax = 1; in _snd_pcm_hw_param_set()
796 if (it->max < rate || (it->max == rate && it->openmax)) in choose_rate()
/linux/sound/soc/sti/
H A Dsti_uniperif.c173 t.openmax = 0; in sti_uniperiph_fix_tdm_chan()
/linux/sound/usb/
H A Dpcm.c750 if (fp->rate_min > it->max || (fp->rate_min == it->max && it->openmax)) { in hw_check_valid_format()
761 if (ptime > pt->max || (ptime == pt->max && pt->openmax)) { in hw_check_valid_format()
788 it->openmax = 0; in apply_hw_params_minmax()
/linux/Documentation/sound/designs/
H A Dtracepoints.rst165 ``empty``, ``integer``, ``openmin``, ``min``, ``max``, ``openmax`` in
/linux/sound/drivers/
H A Daloop.c1000 t.openmin = t.openmax = 0; in rule_rate()
1016 t.openmin = t.openmax = 0; in rule_channels()
1033 t.openmax = 0; in rule_period_bytes()
/linux/sound/xen/
H A Dxen_snd_front_alsa.c314 interval.openmax = 0; in alsa_hw_rule()
/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h397 openmax:1, member
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h397 openmax:1, member