Lines Matching refs:reject_if_open
1105 int reject_if_open = 0; in hdsp_set_rate() local
1157 reject_if_open = 1; in hdsp_set_rate()
1162 reject_if_open = 1; in hdsp_set_rate()
1167 reject_if_open = 1; in hdsp_set_rate()
1172 reject_if_open = 1; in hdsp_set_rate()
1177 reject_if_open = 1; in hdsp_set_rate()
1182 reject_if_open = 1; in hdsp_set_rate()
1187 reject_if_open = 1; in hdsp_set_rate()
1192 reject_if_open = 1; in hdsp_set_rate()
1197 reject_if_open = 1; in hdsp_set_rate()
1204 if (reject_if_open && (hdsp->capture_pid >= 0 || hdsp->playback_pid >= 0)) { in hdsp_set_rate()