Lines Matching refs:reject_if_open
1131 int reject_if_open = 0; in hdsp_set_rate() local
1183 reject_if_open = 1; in hdsp_set_rate()
1188 reject_if_open = 1; in hdsp_set_rate()
1193 reject_if_open = 1; in hdsp_set_rate()
1198 reject_if_open = 1; in hdsp_set_rate()
1203 reject_if_open = 1; in hdsp_set_rate()
1208 reject_if_open = 1; in hdsp_set_rate()
1213 reject_if_open = 1; in hdsp_set_rate()
1218 reject_if_open = 1; in hdsp_set_rate()
1223 reject_if_open = 1; in hdsp_set_rate()
1230 if (reject_if_open && (hdsp->capture_pid >= 0 || hdsp->playback_pid >= 0)) { in hdsp_set_rate()