Searched refs:other_pid (Results 1 – 4 of 4) sorted by relevance
1490 pid_t other_pid; in snd_korg1212_hw_params() local1499 other_pid = korg1212->capture_pid; in snd_korg1212_hw_params()1502 other_pid = korg1212->playback_pid; in snd_korg1212_hw_params()1505 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_korg1212_hw_params()
1933 pid_t other_pid; in snd_rme9652_hw_params() local1941 other_pid = rme9652->capture_pid; in snd_rme9652_hw_params()1944 other_pid = rme9652->playback_pid; in snd_rme9652_hw_params()1947 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_rme9652_hw_params()
4046 pid_t other_pid; in snd_hdsp_hw_params() local4060 other_pid = hdsp->capture_pid; in snd_hdsp_hw_params()4063 other_pid = hdsp->playback_pid; in snd_hdsp_hw_params()4066 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_hdsp_hw_params()
5500 pid_t other_pid; in snd_hdspm_hw_params() local5506 other_pid = hdspm->capture_pid; in snd_hdspm_hw_params()5509 other_pid = hdspm->playback_pid; in snd_hdspm_hw_params()5512 if (other_pid > 0 && this_pid != other_pid) { in snd_hdspm_hw_params()