Searched refs:this_pid (Results 1 – 4 of 4) sorted by relevance
1495 pid_t this_pid; in snd_korg1212_hw_params() local1504 this_pid = korg1212->playback_pid; in snd_korg1212_hw_params()1507 this_pid = korg1212->capture_pid; in snd_korg1212_hw_params()1511 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_korg1212_hw_params()
1970 pid_t this_pid; in snd_rme9652_hw_params() local1978 this_pid = rme9652->playback_pid; in snd_rme9652_hw_params()1981 this_pid = rme9652->capture_pid; in snd_rme9652_hw_params()1985 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_rme9652_hw_params()
3993 pid_t this_pid; in snd_hdsp_hw_params() local4007 this_pid = hdsp->playback_pid; in snd_hdsp_hw_params()4010 this_pid = hdsp->capture_pid; in snd_hdsp_hw_params()4014 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_hdsp_hw_params()
5515 pid_t this_pid; in snd_hdspm_hw_params() local5521 this_pid = hdspm->playback_pid; in snd_hdspm_hw_params()5524 this_pid = hdspm->capture_pid; in snd_hdspm_hw_params()5528 if (other_pid > 0 && this_pid != other_pid) { in snd_hdspm_hw_params()