Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/rme9652/
Drme9652.c232 pid_t capture_pid; member
344 if ((rme9652->playback_pid != rme9652->capture_pid) && in snd_rme9652_use_is_exclusive()
345 (rme9652->playback_pid >= 0) && (rme9652->capture_pid >= 0)) { in snd_rme9652_use_is_exclusive()
538 if (reject_if_open && (rme9652->capture_pid >= 0 || rme9652->playback_pid >= 0)) { in rme9652_set_rate()
2002 other_pid = rme9652->capture_pid; in snd_rme9652_hw_params()
2004 this_pid = rme9652->capture_pid; in snd_rme9652_hw_params()
2362 rme9652->capture_pid = current->pid; in snd_rme9652_capture_open()
2387 rme9652->capture_pid = -1; in snd_rme9652_capture_release()
2560 rme9652->capture_pid = -1; in snd_rme9652_create()
Dhdsp.c493 pid_t capture_pid; member
935 if ((hdsp->playback_pid != hdsp->capture_pid) && in snd_hdsp_use_is_exclusive()
936 (hdsp->playback_pid >= 0) && (hdsp->capture_pid >= 0)) in snd_hdsp_use_is_exclusive()
1190 if (reject_if_open && (hdsp->capture_pid >= 0 || hdsp->playback_pid >= 0)) { in hdsp_set_rate()
1192 hdsp->capture_pid, in hdsp_set_rate()
4306 other_pid = hdsp->capture_pid; in snd_hdsp_hw_params()
4308 this_pid = hdsp->capture_pid; in snd_hdsp_hw_params()
4812 hdsp->capture_pid = current->pid; in snd_hdsp_capture_open()
4844 hdsp->capture_pid = -1; in snd_hdsp_capture_release()
5309 hdsp->capture_pid = -1; in snd_hdsp_create_alsa_devices()
Dhdspm.c913 pid_t capture_pid; /* process id which uses capture */ member
1071 if ((hdspm->playback_pid != hdspm->capture_pid) && in snd_hdspm_use_is_exclusive()
1072 (hdspm->playback_pid >= 0) && (hdspm->capture_pid >= 0)) { in snd_hdspm_use_is_exclusive()
1466 && (hdspm->capture_pid >= 0 || hdspm->playback_pid >= 0)) { in hdspm_set_rate()
1473 hdspm->capture_pid, hdspm->playback_pid); in hdspm_set_rate()
5284 other_pid = hdspm->capture_pid; in snd_hdspm_hw_params()
5286 this_pid = hdspm->capture_pid; in snd_hdspm_hw_params()
5908 hdspm->capture_pid = current->pid; in snd_hdspm_capture_open()
5957 hdspm->capture_pid = -1; in snd_hdspm_capture_release()
6335 hdspm->capture_pid = -1; in snd_hdspm_create_alsa_devices()
/linux-2.6.39/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()
1422 korg1212->capture_pid = current->pid; in snd_korg1212_capture_open()
1465 korg1212->capture_pid = -1; in snd_korg1212_capture_close()
1508 other_pid = korg1212->capture_pid; in snd_korg1212_hw_params()
1510 this_pid = korg1212->capture_pid; in snd_korg1212_hw_params()
2201 korg1212->capture_pid = -1; in snd_korg1212_create()