Lines Matching refs:reject_if_open
1108 int reject_if_open = 0; in hdsp_set_rate() local
1160 reject_if_open = 1; in hdsp_set_rate()
1165 reject_if_open = 1; in hdsp_set_rate()
1170 reject_if_open = 1; in hdsp_set_rate()
1175 reject_if_open = 1; in hdsp_set_rate()
1180 reject_if_open = 1; in hdsp_set_rate()
1185 reject_if_open = 1; in hdsp_set_rate()
1190 reject_if_open = 1; in hdsp_set_rate()
1195 reject_if_open = 1; in hdsp_set_rate()
1200 reject_if_open = 1; in hdsp_set_rate()
1207 if (reject_if_open && (hdsp->capture_pid >= 0 || hdsp->playback_pid >= 0)) { in hdsp_set_rate()