Home
last modified time | relevance | path

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

/linux/sound/pci/korg1212/
H A Dkorg1212.c1427 pid_t this_pid; in snd_korg1212_hw_params() local
1436 this_pid = korg1212->playback_pid; in snd_korg1212_hw_params()
1439 this_pid = korg1212->capture_pid; in snd_korg1212_hw_params()
1443 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_korg1212_hw_params()
/linux/sound/pci/rme9652/
H A Drme9652.c1904 pid_t this_pid; in snd_rme9652_hw_params() local
1912 this_pid = rme9652->playback_pid; in snd_rme9652_hw_params()
1915 this_pid = rme9652->capture_pid; in snd_rme9652_hw_params()
1919 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_rme9652_hw_params()
H A Dhdsp.c4003 pid_t this_pid; in snd_hdsp_hw_params() local
4017 this_pid = hdsp->playback_pid; in snd_hdsp_hw_params()
4020 this_pid = hdsp->capture_pid; in snd_hdsp_hw_params()
4024 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_hdsp_hw_params()
H A Dhdspm.c5457 pid_t this_pid; in snd_hdspm_hw_params() local
5463 this_pid = hdspm->playback_pid; in snd_hdspm_hw_params()
5466 this_pid = hdspm->capture_pid; in snd_hdspm_hw_params()
5470 if (other_pid > 0 && this_pid != other_pid) { in snd_hdspm_hw_params()