Home
last modified time | relevance | path

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

/sound/pci/rme9652/
Drme9652.c233 pid_t capture_pid; member
345 if ((rme9652->playback_pid != rme9652->capture_pid) && in snd_rme9652_use_is_exclusive()
346 (rme9652->playback_pid >= 0) && (rme9652->capture_pid >= 0)) { in snd_rme9652_use_is_exclusive()
539 if (reject_if_open && (rme9652->capture_pid >= 0 || rme9652->playback_pid >= 0)) { in rme9652_set_rate()
2003 other_pid = rme9652->capture_pid; in snd_rme9652_hw_params()
2005 this_pid = rme9652->capture_pid; in snd_rme9652_hw_params()
2363 rme9652->capture_pid = current->pid; in snd_rme9652_capture_open()
2388 rme9652->capture_pid = -1; in snd_rme9652_capture_release()
2561 rme9652->capture_pid = -1; in snd_rme9652_create()
Dhdspm.c462 pid_t capture_pid; /* process id which uses capture */ member
632 if ((hdspm->playback_pid != hdspm->capture_pid) && in snd_hdspm_use_is_exclusive()
633 (hdspm->playback_pid >= 0) && (hdspm->capture_pid >= 0)) { in snd_hdspm_use_is_exclusive()
960 && (hdspm->capture_pid >= 0 || hdspm->playback_pid >= 0)) { in hdspm_set_rate()
967 hdspm->capture_pid, hdspm->playback_pid); in hdspm_set_rate()
3613 other_pid = hdspm->capture_pid; in snd_hdspm_hw_params()
3615 this_pid = hdspm->capture_pid; in snd_hdspm_hw_params()
4063 hdspm->capture_pid = current->pid; in snd_hdspm_capture_open()
4096 hdspm->capture_pid = -1; in snd_hdspm_capture_release()
4331 hdspm->capture_pid = -1; in snd_hdspm_create_alsa_devices()
Dhdsp.c472 pid_t capture_pid; member
887 if ((hdsp->playback_pid != hdsp->capture_pid) && in snd_hdsp_use_is_exclusive()
888 (hdsp->playback_pid >= 0) && (hdsp->capture_pid >= 0)) in snd_hdsp_use_is_exclusive()
1143 if (reject_if_open && (hdsp->capture_pid >= 0 || hdsp->playback_pid >= 0)) { in hdsp_set_rate()
1145 hdsp->capture_pid, in hdsp_set_rate()
3875 other_pid = hdsp->capture_pid; in snd_hdsp_hw_params()
3877 this_pid = hdsp->capture_pid; in snd_hdsp_hw_params()
4377 hdsp->capture_pid = current->pid; in snd_hdsp_capture_open()
4409 hdsp->capture_pid = -1; in snd_hdsp_capture_release()
4871 hdsp->capture_pid = -1; in snd_hdsp_create_alsa_devices()
/sound/pci/korg1212/
Dkorg1212.c375 pid_t capture_pid; member
824 if (korg1212->playback_pid != korg1212->capture_pid && in snd_korg1212_use_is_exclusive()
825 korg1212->playback_pid >= 0 && korg1212->capture_pid >= 0) in snd_korg1212_use_is_exclusive()
1420 korg1212->capture_pid = current->pid; in snd_korg1212_capture_open()
1463 korg1212->capture_pid = -1; in snd_korg1212_capture_close()
1506 other_pid = korg1212->capture_pid; in snd_korg1212_hw_params()
1508 this_pid = korg1212->capture_pid; in snd_korg1212_hw_params()
2199 korg1212->capture_pid = -1; in snd_korg1212_create()