Searched refs:this_pid (Results 1 – 4 of 4) sorted by relevance
1986 pid_t this_pid; in snd_rme9652_hw_params() local1994 this_pid = rme9652->playback_pid; in snd_rme9652_hw_params()1997 this_pid = rme9652->capture_pid; in snd_rme9652_hw_params()2001 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_rme9652_hw_params()
4000 pid_t this_pid; in snd_hdsp_hw_params() local4014 this_pid = hdsp->playback_pid; in snd_hdsp_hw_params()4017 this_pid = hdsp->capture_pid; in snd_hdsp_hw_params()4021 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_hdsp_hw_params()
5506 pid_t this_pid; in snd_hdspm_hw_params() local5512 this_pid = hdspm->playback_pid; in snd_hdspm_hw_params()5515 this_pid = hdspm->capture_pid; in snd_hdspm_hw_params()5519 if (other_pid > 0 && this_pid != other_pid) { in snd_hdspm_hw_params()
1498 pid_t this_pid; in snd_korg1212_hw_params() local1507 this_pid = korg1212->playback_pid; in snd_korg1212_hw_params()1510 this_pid = korg1212->capture_pid; in snd_korg1212_hw_params()1514 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_korg1212_hw_params()