Home
last modified time | relevance | path

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

/sound/core/
Dpcm_lib.c620 i->openmax = v->openmax; in snd_interval_refine()
622 } else if (i->max == v->max && !i->openmax && v->openmax) { in snd_interval_refine()
623 i->openmax = 1; in snd_interval_refine()
635 if (i->openmax) { in snd_interval_refine()
637 i->openmax = 0; in snd_interval_refine()
639 } else if (!i->openmin && !i->openmax && i->min == i->max) in snd_interval_refine()
662 i->openmax = (i->openmax && i->max >= last_max); in snd_interval_refine_first()
675 if (i->openmax) in snd_interval_refine_last()
692 c->openmax = (a->openmax || b->openmax); in snd_interval_mul()
715 c->openmin = (r || a->openmin || b->openmax); in snd_interval_div()
[all …]
Dpcm_native.c332 i->max, i->openmax ? ')' : ']'); in snd_pcm_hw_refine()
342 i->max, i->openmax ? ')' : ']'); in snd_pcm_hw_refine()
384 i->max, i->openmax ? ')' : ']'); in snd_pcm_hw_refine()
400 i->max, i->openmax ? ')' : ']'); in snd_pcm_hw_refine()
1988 t.openmax = 0; in snd_pcm_hw_rule_sample_bits()
2034 t.openmax = 0; in snd_pcm_hw_rule_buffer_bytes_max()
/sound/core/oss/
Dpcm_oss.c107 static int snd_interval_refine_max(struct snd_interval *i, unsigned int max, int openmax) in snd_interval_refine_max() argument
112 i->openmax = openmax; in snd_interval_refine_max()
114 } else if (i->max == max && !i->openmax && openmax) { in snd_interval_refine_max()
115 i->openmax = 1; in snd_interval_refine_max()
119 if (i->openmax) { in snd_interval_refine_max()
121 i->openmax = 0; in snd_interval_refine_max()
136 t.openmin = t.openmax = 0; in snd_interval_refine_set()
187 *dir = - (int) i->openmax; in snd_pcm_hw_param_value_max()
498 t.openmax = 1; in _snd_pcm_hw_param_set()
824 if (it->max < rate || (it->max == rate && it->openmax)) in choose_rate()
/sound/usb/
Dpcm.c902 if (fp->rate_min > it->max || (fp->rate_min == it->max && it->openmax)) { in hw_check_valid_format()
913 if (ptime > pt->max || (ptime == pt->max && pt->openmax)) { in hw_check_valid_format()
961 it->openmax = 0; in hw_rule_rate()
1013 it->openmax = 0; in hw_rule_channels()
/sound/drivers/
Daloop.c641 t.openmin = t.openmax = 0; in rule_rate()
657 t.openmin = t.openmax = 0; in rule_channels()
/sound/soc/atmel/
Datmel_ssc_dai.c266 t.openmin = t.openmax = 0; in atmel_ssc_hw_rule_rate()