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

/linux-master/sound/pci/rme9652/
H A Drme9652.c1932 pid_t this_pid; local
1940 this_pid = rme9652->playback_pid;
1943 this_pid = rme9652->capture_pid;
1947 if ((other_pid > 0) && (this_pid != other_pid)) {
H A Dhdspm.c5497 pid_t this_pid; local
5503 this_pid = hdspm->playback_pid;
5506 this_pid = hdspm->capture_pid;
5510 if (other_pid > 0 && this_pid != other_pid) {
H A Dhdsp.c4043 pid_t this_pid; local
4057 this_pid = hdsp->playback_pid;
4060 this_pid = hdsp->capture_pid;
4064 if ((other_pid > 0) && (this_pid != other_pid)) {
/linux-master/sound/pci/korg1212/
H A Dkorg1212.c1489 pid_t this_pid; local
1498 this_pid = korg1212->playback_pid;
1501 this_pid = korg1212->capture_pid;
1505 if ((other_pid > 0) && (this_pid != other_pid)) {

Completed in 316 milliseconds