Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/korg1212/
H A Dkorg1212.c1492 pid_t other_pid; in snd_korg1212_hw_params() local
1501 other_pid = korg1212->capture_pid; in snd_korg1212_hw_params()
1504 other_pid = korg1212->playback_pid; in snd_korg1212_hw_params()
1507 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_korg1212_hw_params()
/linux-6.15/sound/pci/rme9652/
H A Drme9652.c1932 pid_t other_pid; in snd_rme9652_hw_params() local
1940 other_pid = rme9652->capture_pid; in snd_rme9652_hw_params()
1943 other_pid = rme9652->playback_pid; in snd_rme9652_hw_params()
1946 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_rme9652_hw_params()
H A Dhdsp.c4046 pid_t other_pid; in snd_hdsp_hw_params() local
4060 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()
H A Dhdspm.c5497 pid_t other_pid; in snd_hdspm_hw_params() local
5503 other_pid = hdspm->capture_pid; in snd_hdspm_hw_params()
5506 other_pid = hdspm->playback_pid; in snd_hdspm_hw_params()
5509 if (other_pid > 0 && this_pid != other_pid) { in snd_hdspm_hw_params()