Searched refs:this_pid (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/sound/pci/korg1212/
H A Dkorg1212.c1497 pid_t this_pid; snd_korg1212_hw_params() local
1506 this_pid = korg1212->playback_pid; snd_korg1212_hw_params()
1509 this_pid = korg1212->capture_pid; snd_korg1212_hw_params()
1513 if ((other_pid > 0) && (this_pid != other_pid)) { snd_korg1212_hw_params()
/linux-4.4.14/sound/pci/rme9652/
H A Drme9652.c1970 pid_t this_pid; snd_rme9652_hw_params() local
1978 this_pid = rme9652->playback_pid; snd_rme9652_hw_params()
1981 this_pid = rme9652->capture_pid; snd_rme9652_hw_params()
1985 if ((other_pid > 0) && (this_pid != other_pid)) { snd_rme9652_hw_params()
H A Dhdsp.c3994 pid_t this_pid; snd_hdsp_hw_params() local
4008 this_pid = hdsp->playback_pid; snd_hdsp_hw_params()
4011 this_pid = hdsp->capture_pid; snd_hdsp_hw_params()
4015 if ((other_pid > 0) && (this_pid != other_pid)) { snd_hdsp_hw_params()
H A Dhdspm.c5515 pid_t this_pid; snd_hdspm_hw_params() local
5521 this_pid = hdspm->playback_pid; snd_hdspm_hw_params()
5524 this_pid = hdspm->capture_pid; snd_hdspm_hw_params()
5528 if (other_pid > 0 && this_pid != other_pid) { snd_hdspm_hw_params()

Completed in 211 milliseconds