Searched refs:this_pid (Results 1 – 4 of 4) sorted by relevance
1497 pid_t this_pid; in snd_korg1212_hw_params() local1506 this_pid = korg1212->playback_pid; in snd_korg1212_hw_params()1509 this_pid = korg1212->capture_pid; in snd_korg1212_hw_params()1513 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_korg1212_hw_params()
1964 pid_t this_pid; in snd_rme9652_hw_params() local1972 this_pid = rme9652->playback_pid; in snd_rme9652_hw_params()1975 this_pid = rme9652->capture_pid; in snd_rme9652_hw_params()1979 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_rme9652_hw_params()
4071 pid_t this_pid; in snd_hdsp_hw_params() local4085 this_pid = hdsp->playback_pid; in snd_hdsp_hw_params()4088 this_pid = hdsp->capture_pid; in snd_hdsp_hw_params()4092 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_hdsp_hw_params()
5497 pid_t this_pid; in snd_hdspm_hw_params() local5503 this_pid = hdspm->playback_pid; in snd_hdspm_hw_params()5506 this_pid = hdspm->capture_pid; in snd_hdspm_hw_params()5510 if (other_pid > 0 && this_pid != other_pid) { in snd_hdspm_hw_params()