Searched refs:capture_pid (Results 1 - 4 of 4) sorted by relevance

/linux-master/sound/pci/rme9652/
H A Drme9652.c220 pid_t capture_pid; member in struct:snd_rme9652
315 if ((rme9652->playback_pid != rme9652->capture_pid) &&
316 (rme9652->playback_pid >= 0) && (rme9652->capture_pid >= 0)) {
513 if (reject_if_open && (rme9652->capture_pid >= 0 || rme9652->playback_pid >= 0)) {
1941 other_pid = rme9652->capture_pid;
1943 this_pid = rme9652->capture_pid;
2301 rme9652->capture_pid = current->pid;
2326 rme9652->capture_pid = -1;
2501 rme9652->capture_pid = -1;
H A Dhdspm.c1031 pid_t capture_pid; /* process id which uses capture */ member in struct:hdspm
1211 if ((hdspm->playback_pid != hdspm->capture_pid) &&
1212 (hdspm->playback_pid >= 0) && (hdspm->capture_pid >= 0)) {
1733 && (hdspm->capture_pid >= 0 || hdspm->playback_pid >= 0)) {
1738 hdspm->capture_pid, hdspm->playback_pid);
5504 other_pid = hdspm->capture_pid;
5506 this_pid = hdspm->capture_pid;
6068 hdspm->capture_pid = current->pid;
6134 hdspm->capture_pid = -1;
6490 hdspm->capture_pid
[all...]
H A Dhdsp.c479 pid_t capture_pid; member in struct:hdsp
946 if ((hdsp->playback_pid != hdsp->capture_pid) &&
947 (hdsp->playback_pid >= 0) && (hdsp->capture_pid >= 0))
1207 if (reject_if_open && (hdsp->capture_pid >= 0 || hdsp->playback_pid >= 0)) {
1210 hdsp->capture_pid,
4058 other_pid = hdsp->capture_pid;
4060 this_pid = hdsp->capture_pid;
4565 hdsp->capture_pid = current->pid;
4597 hdsp->capture_pid = -1;
5106 hdsp->capture_pid
[all...]
/linux-master/sound/pci/korg1212/
H A Dkorg1212.c360 pid_t capture_pid; member in struct:snd_korg1212
806 if (korg1212->playback_pid != korg1212->capture_pid &&
807 korg1212->playback_pid >= 0 && korg1212->capture_pid >= 0)
1413 korg1212->capture_pid = current->pid;
1456 korg1212->capture_pid = -1;
1499 other_pid = korg1212->capture_pid;
1501 this_pid = korg1212->capture_pid;
2099 korg1212->capture_pid = -1;

Completed in 152 milliseconds