Searched refs:other_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/korg1212/
H A Dkorg1212.c1473 pid_t other_pid; local
1482 other_pid = korg1212->capture_pid;
1485 other_pid = korg1212->playback_pid;
1488 if ((other_pid > 0) && (this_pid != other_pid)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Drme9652.c2009 pid_t other_pid; local
2017 other_pid = rme9652->capture_pid;
2020 other_pid = rme9652->playback_pid;
2023 if ((other_pid > 0) && (this_pid != other_pid)) {
H A Dhdspm.c3605 pid_t other_pid; local
3613 other_pid = hdspm->capture_pid;
3616 other_pid = hdspm->playback_pid;
3619 if ((other_pid > 0) && (this_pid != other_pid)) {
H A Dhdsp.c3879 pid_t other_pid; local
3893 other_pid = hdsp->capture_pid;
3896 other_pid = hdsp->playback_pid;
3899 if ((other_pid > 0) && (this_pid != other_pid)) {

Completed in 82 milliseconds