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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Drme9652.c234 pid_t capture_pid; member in struct:snd_rme9652
346 if ((rme9652->playback_pid != rme9652->capture_pid) &&
347 (rme9652->playback_pid >= 0) && (rme9652->capture_pid >= 0)) {
540 if (reject_if_open && (rme9652->capture_pid >= 0 || rme9652->playback_pid >= 0)) {
2017 other_pid = rme9652->capture_pid;
2019 this_pid = rme9652->capture_pid;
2376 rme9652->capture_pid = current->pid;
2401 rme9652->capture_pid = -1;
2574 rme9652->capture_pid = -1;
H A Dhdspm.c440 pid_t capture_pid; /* process id which uses capture */ member in struct:hdspm
605 if ((hdspm->playback_pid != hdspm->capture_pid) &&
606 (hdspm->playback_pid >= 0) && (hdspm->capture_pid >= 0)) {
935 && (hdspm->capture_pid >= 0 || hdspm->playback_pid >= 0)) {
938 hdspm->capture_pid, hdspm->playback_pid);
3613 other_pid = hdspm->capture_pid;
3615 this_pid = hdspm->capture_pid;
4060 hdspm->capture_pid = current->pid;
4093 hdspm->capture_pid = -1;
4324 hdspm->capture_pid
[all...]
H A Dhdsp.c468 pid_t capture_pid; member in struct:hdsp
877 if ((hdsp->playback_pid != hdsp->capture_pid) &&
878 (hdsp->playback_pid >= 0) && (hdsp->capture_pid >= 0))
1121 if (reject_if_open && (hdsp->capture_pid >= 0 || hdsp->playback_pid >= 0)) {
1123 hdsp->capture_pid,
3893 other_pid = hdsp->capture_pid;
3895 this_pid = hdsp->capture_pid;
4394 hdsp->capture_pid = current->pid;
4426 hdsp->capture_pid = -1;
4876 hdsp->capture_pid
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/korg1212/
H A Dkorg1212.c387 pid_t capture_pid; member in struct:snd_korg1212
799 if (korg1212->playback_pid != korg1212->capture_pid &&
800 korg1212->playback_pid >= 0 && korg1212->capture_pid >= 0)
1396 korg1212->capture_pid = current->pid;
1439 korg1212->capture_pid = -1;
1482 other_pid = korg1212->capture_pid;
1484 this_pid = korg1212->capture_pid;
2161 korg1212->capture_pid = -1;

Completed in 214 milliseconds