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

/linux-master/sound/pci/rme9652/
H A Drme9652.c1933 pid_t other_pid; local
1941 other_pid = rme9652->capture_pid;
1944 other_pid = rme9652->playback_pid;
1947 if ((other_pid > 0) && (this_pid != other_pid)) {
H A Dhdspm.c5498 pid_t other_pid; local
5504 other_pid = hdspm->capture_pid;
5507 other_pid = hdspm->playback_pid;
5510 if (other_pid > 0 && this_pid != other_pid) {
H A Dhdsp.c4044 pid_t other_pid; local
4058 other_pid = hdsp->capture_pid;
4061 other_pid = hdsp->playback_pid;
4064 if ((other_pid > 0) && (this_pid != other_pid)) {
/linux-master/sound/pci/korg1212/
H A Dkorg1212.c1490 pid_t other_pid; local
1499 other_pid = korg1212->capture_pid;
1502 other_pid = korg1212->playback_pid;
1505 if ((other_pid > 0) && (this_pid != other_pid)) {

Completed in 237 milliseconds