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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/rme9652/
H A Drme9652.c232 pid_t capture_pid; member in struct:snd_rme9652
344 if ((rme9652->playback_pid != rme9652->capture_pid) &&
345 (rme9652->playback_pid >= 0) && (rme9652->capture_pid >= 0)) {
538 if (reject_if_open && (rme9652->capture_pid >= 0 || rme9652->playback_pid >= 0)) {
1998 other_pid = rme9652->capture_pid;
2000 this_pid = rme9652->capture_pid;
2358 rme9652->capture_pid = current->pid;
2383 rme9652->capture_pid = -1;
2556 rme9652->capture_pid = -1;
H A Dhdspm.c463 pid_t capture_pid; /* process id which uses capture */ member in struct:hdspm
633 if ((hdspm->playback_pid != hdspm->capture_pid) &&
634 (hdspm->playback_pid >= 0) && (hdspm->capture_pid >= 0)) {
960 && (hdspm->capture_pid >= 0 || hdspm->playback_pid >= 0)) {
967 hdspm->capture_pid, hdspm->playback_pid);
3613 other_pid = hdspm->capture_pid;
3615 this_pid = hdspm->capture_pid;
4063 hdspm->capture_pid = current->pid;
4096 hdspm->capture_pid = -1;
4323 hdspm->capture_pid
[all...]
H A Dhdsp.c471 pid_t capture_pid; member in struct:hdsp
907 if ((hdsp->playback_pid != hdsp->capture_pid) &&
908 (hdsp->playback_pid >= 0) && (hdsp->capture_pid >= 0))
1162 if (reject_if_open && (hdsp->capture_pid >= 0 || hdsp->playback_pid >= 0)) {
1164 hdsp->capture_pid,
3901 other_pid = hdsp->capture_pid;
3903 this_pid = hdsp->capture_pid;
4403 hdsp->capture_pid = current->pid;
4435 hdsp->capture_pid = -1;
4889 hdsp->capture_pid
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/rme9652/
H A Drme9652.c232 pid_t capture_pid; member in struct:snd_rme9652
344 if ((rme9652->playback_pid != rme9652->capture_pid) &&
345 (rme9652->playback_pid >= 0) && (rme9652->capture_pid >= 0)) {
538 if (reject_if_open && (rme9652->capture_pid >= 0 || rme9652->playback_pid >= 0)) {
1998 other_pid = rme9652->capture_pid;
2000 this_pid = rme9652->capture_pid;
2358 rme9652->capture_pid = current->pid;
2383 rme9652->capture_pid = -1;
2556 rme9652->capture_pid = -1;
H A Dhdspm.c463 pid_t capture_pid; /* process id which uses capture */ member in struct:hdspm
633 if ((hdspm->playback_pid != hdspm->capture_pid) &&
634 (hdspm->playback_pid >= 0) && (hdspm->capture_pid >= 0)) {
960 && (hdspm->capture_pid >= 0 || hdspm->playback_pid >= 0)) {
967 hdspm->capture_pid, hdspm->playback_pid);
3613 other_pid = hdspm->capture_pid;
3615 this_pid = hdspm->capture_pid;
4063 hdspm->capture_pid = current->pid;
4096 hdspm->capture_pid = -1;
4323 hdspm->capture_pid
[all...]
H A Dhdsp.c471 pid_t capture_pid; member in struct:hdsp
907 if ((hdsp->playback_pid != hdsp->capture_pid) &&
908 (hdsp->playback_pid >= 0) && (hdsp->capture_pid >= 0))
1162 if (reject_if_open && (hdsp->capture_pid >= 0 || hdsp->playback_pid >= 0)) {
1164 hdsp->capture_pid,
3901 other_pid = hdsp->capture_pid;
3903 this_pid = hdsp->capture_pid;
4403 hdsp->capture_pid = current->pid;
4435 hdsp->capture_pid = -1;
4889 hdsp->capture_pid
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/korg1212/
H A Dkorg1212.c375 pid_t capture_pid; member in struct:snd_korg1212
785 if (korg1212->playback_pid != korg1212->capture_pid &&
786 korg1212->playback_pid >= 0 && korg1212->capture_pid >= 0)
1383 korg1212->capture_pid = current->pid;
1426 korg1212->capture_pid = -1;
1469 other_pid = korg1212->capture_pid;
1471 this_pid = korg1212->capture_pid;
2161 korg1212->capture_pid = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/korg1212/
H A Dkorg1212.c375 pid_t capture_pid; member in struct:snd_korg1212
785 if (korg1212->playback_pid != korg1212->capture_pid &&
786 korg1212->playback_pid >= 0 && korg1212->capture_pid >= 0)
1383 korg1212->capture_pid = current->pid;
1426 korg1212->capture_pid = -1;
1469 other_pid = korg1212->capture_pid;
1471 this_pid = korg1212->capture_pid;
2161 korg1212->capture_pid = -1;

Completed in 221 milliseconds