Searched refs:this_pid (Results 1 – 4 of 4) sorted by relevance
1489 pid_t this_pid; in snd_korg1212_hw_params() local1498 this_pid = korg1212->playback_pid; in snd_korg1212_hw_params()1501 this_pid = korg1212->capture_pid; in snd_korg1212_hw_params()1505 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_korg1212_hw_params()
1932 pid_t this_pid; in snd_rme9652_hw_params() local1940 this_pid = rme9652->playback_pid; in snd_rme9652_hw_params()1943 this_pid = rme9652->capture_pid; in snd_rme9652_hw_params()1947 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_rme9652_hw_params()
4045 pid_t this_pid; in snd_hdsp_hw_params() local4059 this_pid = hdsp->playback_pid; in snd_hdsp_hw_params()4062 this_pid = hdsp->capture_pid; in snd_hdsp_hw_params()4066 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_hdsp_hw_params()
5499 pid_t this_pid; in snd_hdspm_hw_params() local5505 this_pid = hdspm->playback_pid; in snd_hdspm_hw_params()5508 this_pid = hdspm->capture_pid; in snd_hdspm_hw_params()5512 if (other_pid > 0 && this_pid != other_pid) { in snd_hdspm_hw_params()