Home
last modified time | relevance | path

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

/sound/core/
Dpcm_lib.c584 i->openmax = v->openmax; in snd_interval_refine()
586 } else if (i->max == v->max && !i->openmax && v->openmax) { in snd_interval_refine()
587 i->openmax = 1; in snd_interval_refine()
599 if (i->openmax) { in snd_interval_refine()
601 i->openmax = 0; in snd_interval_refine()
603 } else if (!i->openmin && !i->openmax && i->min == i->max) in snd_interval_refine()
625 i->openmax = (i->openmax && i->max >= last_max); in snd_interval_refine_first()
638 if (i->openmax) in snd_interval_refine_last()
655 c->openmax = (a->openmax || b->openmax); in snd_interval_mul()
678 c->openmin = (r || a->openmin || b->openmax); in snd_interval_div()
[all …]
Dpcm_param_trace.h103 __entry->prev_openmax = prev->openmax;
109 __entry->curr_openmax = curr->openmax;
Dpcm_native.c2155 t.openmax = 0; in snd_pcm_hw_rule_sample_bits()
2203 t.openmax = 0; in snd_pcm_hw_rule_buffer_bytes_max()
/sound/core/oss/
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()
473 t.openmax = 1; in _snd_pcm_hw_param_set()
787 if (it->max < rate || (it->max == rate && it->openmax)) in choose_rate()
/sound/usb/
Dpcm.c1119 if (fp->rate_min > it->max || (fp->rate_min == it->max && it->openmax)) { in hw_check_valid_format()
1130 if (ptime > pt->max || (ptime == pt->max && pt->openmax)) { in hw_check_valid_format()
1178 it->openmax = 0; in hw_rule_rate()
1230 it->openmax = 0; in hw_rule_channels()
/sound/soc/sti/
Dsti_uniperif.c172 t.openmax = 0; in sti_uniperiph_fix_tdm_chan()
/sound/drivers/
Daloop.c629 t.openmin = t.openmax = 0; in rule_rate()
645 t.openmin = t.openmax = 0; in rule_channels()
/sound/soc/atmel/
Datmel_ssc_dai.c250 t.openmin = t.openmax = 0; in atmel_ssc_hw_rule_rate()
/sound/xen/
Dxen_snd_front_alsa.c319 interval.openmax = 0; in alsa_hw_rule()