Lines Matching refs:reject_if_open
1135 int reject_if_open = 0; in hdsp_set_rate() local
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()
1202 reject_if_open = 1; in hdsp_set_rate()
1207 reject_if_open = 1; in hdsp_set_rate()
1212 reject_if_open = 1; in hdsp_set_rate()
1217 reject_if_open = 1; in hdsp_set_rate()
1222 reject_if_open = 1; in hdsp_set_rate()
1227 reject_if_open = 1; in hdsp_set_rate()
1234 if (reject_if_open && (hdsp->capture_pid >= 0 || hdsp->playback_pid >= 0)) { in hdsp_set_rate()