capture_pid       360 sound/pci/korg1212/korg1212.c 	pid_t capture_pid;
capture_pid       807 sound/pci/korg1212/korg1212.c 	if (korg1212->playback_pid != korg1212->capture_pid &&
capture_pid       808 sound/pci/korg1212/korg1212.c 	    korg1212->playback_pid >= 0 && korg1212->capture_pid >= 0)
capture_pid      1422 sound/pci/korg1212/korg1212.c 	korg1212->capture_pid = current->pid;
capture_pid      1465 sound/pci/korg1212/korg1212.c 	korg1212->capture_pid = -1;
capture_pid      1508 sound/pci/korg1212/korg1212.c 		other_pid = korg1212->capture_pid;
capture_pid      1510 sound/pci/korg1212/korg1212.c 		this_pid = korg1212->capture_pid;
capture_pid      2188 sound/pci/korg1212/korg1212.c 	korg1212->capture_pid = -1;
capture_pid       478 sound/pci/rme9652/hdsp.c 	pid_t                 capture_pid;
capture_pid       956 sound/pci/rme9652/hdsp.c 	if ((hdsp->playback_pid != hdsp->capture_pid) &&
capture_pid       957 sound/pci/rme9652/hdsp.c 	    (hdsp->playback_pid >= 0) && (hdsp->capture_pid >= 0))
capture_pid      1217 sound/pci/rme9652/hdsp.c 	if (reject_if_open && (hdsp->capture_pid >= 0 || hdsp->playback_pid >= 0)) {
capture_pid      1220 sound/pci/rme9652/hdsp.c 			    hdsp->capture_pid,
capture_pid      4020 sound/pci/rme9652/hdsp.c 		other_pid = hdsp->capture_pid;
capture_pid      4022 sound/pci/rme9652/hdsp.c 		this_pid = hdsp->capture_pid;
capture_pid      4527 sound/pci/rme9652/hdsp.c 	hdsp->capture_pid = current->pid;
capture_pid      4559 sound/pci/rme9652/hdsp.c 	hdsp->capture_pid = -1;
capture_pid      5055 sound/pci/rme9652/hdsp.c 	hdsp->capture_pid = -1;
capture_pid      1028 sound/pci/rme9652/hdspm.c 	pid_t capture_pid;	/* process id which uses capture */
capture_pid      1208 sound/pci/rme9652/hdspm.c 	if ((hdspm->playback_pid != hdspm->capture_pid) &&
capture_pid      1209 sound/pci/rme9652/hdspm.c 	    (hdspm->playback_pid >= 0) && (hdspm->capture_pid >= 0)) {
capture_pid      1730 sound/pci/rme9652/hdspm.c 	    && (hdspm->capture_pid >= 0 || hdspm->playback_pid >= 0)) {
capture_pid      1735 sound/pci/rme9652/hdspm.c 			hdspm->capture_pid, hdspm->playback_pid);
capture_pid      5509 sound/pci/rme9652/hdspm.c 		other_pid = hdspm->capture_pid;
capture_pid      5511 sound/pci/rme9652/hdspm.c 		this_pid = hdspm->capture_pid;
capture_pid      6073 sound/pci/rme9652/hdspm.c 		hdspm->capture_pid = current->pid;
capture_pid      6139 sound/pci/rme9652/hdspm.c 		hdspm->capture_pid = -1;
capture_pid      6501 sound/pci/rme9652/hdspm.c 	hdspm->capture_pid = -1;
capture_pid       219 sound/pci/rme9652/rme9652.c 	pid_t capture_pid;
capture_pid       325 sound/pci/rme9652/rme9652.c 	if ((rme9652->playback_pid != rme9652->capture_pid) &&
capture_pid       326 sound/pci/rme9652/rme9652.c 	    (rme9652->playback_pid >= 0) && (rme9652->capture_pid >= 0)) {
capture_pid       523 sound/pci/rme9652/rme9652.c 	if (reject_if_open && (rme9652->capture_pid >= 0 || rme9652->playback_pid >= 0)) {
capture_pid      1999 sound/pci/rme9652/rme9652.c 		other_pid = rme9652->capture_pid;
capture_pid      2001 sound/pci/rme9652/rme9652.c 		this_pid = rme9652->capture_pid;
capture_pid      2359 sound/pci/rme9652/rme9652.c 	rme9652->capture_pid = current->pid;
capture_pid      2384 sound/pci/rme9652/rme9652.c 	rme9652->capture_pid = -1;
capture_pid      2560 sound/pci/rme9652/rme9652.c 	rme9652->capture_pid = -1;