Home
last modified time | relevance | path

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

/Linux-v5.15/sound/pci/korg1212/
Dkorg1212.c1498 pid_t other_pid; in snd_korg1212_hw_params() local
1507 other_pid = korg1212->capture_pid; in snd_korg1212_hw_params()
1510 other_pid = korg1212->playback_pid; in snd_korg1212_hw_params()
1513 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_korg1212_hw_params()
/Linux-v5.15/sound/pci/rme9652/
Drme9652.c1960 pid_t other_pid; in snd_rme9652_hw_params() local
1968 other_pid = rme9652->capture_pid; in snd_rme9652_hw_params()
1971 other_pid = rme9652->playback_pid; in snd_rme9652_hw_params()
1974 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_rme9652_hw_params()
Dhdsp.c4067 pid_t other_pid; in snd_hdsp_hw_params() local
4081 other_pid = hdsp->capture_pid; in snd_hdsp_hw_params()
4084 other_pid = hdsp->playback_pid; in snd_hdsp_hw_params()
4087 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_hdsp_hw_params()
Dhdspm.c5498 pid_t other_pid; in snd_hdspm_hw_params() local
5504 other_pid = hdspm->capture_pid; in snd_hdspm_hw_params()
5507 other_pid = hdspm->playback_pid; in snd_hdspm_hw_params()
5510 if (other_pid > 0 && this_pid != other_pid) { in snd_hdspm_hw_params()