Home
last modified time | relevance | path

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

/sound/core/
Dpcm_lib.c687 i->openmax = v->openmax; in snd_interval_refine()
689 } else if (i->max == v->max && !i->openmax && v->openmax) { in snd_interval_refine()
690 i->openmax = 1; in snd_interval_refine()
702 if (i->openmax) { in snd_interval_refine()
704 i->openmax = 0; in snd_interval_refine()
706 } else if (!i->openmin && !i->openmax && i->min == i->max) in snd_interval_refine()
724 i->openmax = i->openmin; in snd_interval_refine_first()
725 if (i->openmax) in snd_interval_refine_first()
737 i->openmin = i->openmax; in snd_interval_refine_last()
753 c->openmax = (a->openmax || b->openmax); in snd_interval_mul()
[all …]
Dpcm_native.c219 i->max, i->openmax ? ')' : ']'); in snd_pcm_hw_refine()
229 i->max, i->openmax ? ')' : ']'); in snd_pcm_hw_refine()
271 i->max, i->openmax ? ')' : ']'); in snd_pcm_hw_refine()
287 i->max, i->openmax ? ')' : ']'); in snd_pcm_hw_refine()
1775 t.openmax = 0; in snd_pcm_hw_rule_sample_bits()
1821 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()
499 t.openmax = 1; in _snd_pcm_hw_param_set()
813 if (it->max < rate || (it->max == rate && it->openmax)) in choose_rate()
/sound/usb/
Dpcm.c783 if (fp->rate_min > it->max || (fp->rate_min == it->max && it->openmax)) { in hw_check_valid_format()
794 if (ptime > pt->max || (ptime == pt->max && pt->openmax)) { in hw_check_valid_format()
842 it->openmax = 0; in hw_rule_rate()
894 it->openmax = 0; in hw_rule_channels()
/sound/drivers/
Daloop.c644 t.openmin = t.openmax = 0; in rule_rate()
657 t.openmin = t.openmax = 0; in rule_channels()