Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/korg1212/
Dkorg1212.c1512 pid_t this_pid; in snd_korg1212_hw_params() local
1521 this_pid = korg1212->playback_pid; in snd_korg1212_hw_params()
1524 this_pid = korg1212->capture_pid; in snd_korg1212_hw_params()
1528 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_korg1212_hw_params()
/Linux-v4.19/sound/pci/rme9652/
Drme9652.c2006 pid_t this_pid; in snd_rme9652_hw_params() local
2014 this_pid = rme9652->playback_pid; in snd_rme9652_hw_params()
2017 this_pid = rme9652->capture_pid; in snd_rme9652_hw_params()
2021 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_rme9652_hw_params()
Dhdsp.c4021 pid_t this_pid; in snd_hdsp_hw_params() local
4035 this_pid = hdsp->playback_pid; in snd_hdsp_hw_params()
4038 this_pid = hdsp->capture_pid; in snd_hdsp_hw_params()
4042 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_hdsp_hw_params()
Dhdspm.c5522 pid_t this_pid; in snd_hdspm_hw_params() local
5528 this_pid = hdspm->playback_pid; in snd_hdspm_hw_params()
5531 this_pid = hdspm->capture_pid; in snd_hdspm_hw_params()
5535 if (other_pid > 0 && this_pid != other_pid) { in snd_hdspm_hw_params()