Home
last modified time | relevance | path

Searched refs:playback_pid (Results 1 – 3 of 3) sorted by relevance

/linux/sound/pci/rme9652/
H A Drme9652.c221 pid_t playback_pid; member
315 if ((rme9652->playback_pid != rme9652->capture_pid) && in snd_rme9652_use_is_exclusive()
316 (rme9652->playback_pid >= 0) && (rme9652->capture_pid >= 0)) { in snd_rme9652_use_is_exclusive()
513 if (reject_if_open && (rme9652->capture_pid >= 0 || rme9652->playback_pid >= 0)) { in rme9652_set_rate()
1939 this_pid = rme9652->playback_pid; in snd_rme9652_hw_params()
1943 other_pid = rme9652->playback_pid; in snd_rme9652_hw_params()
2241 rme9652->playback_pid = current->pid; in snd_rme9652_playback_open()
2271 rme9652->playback_pid = -1; in snd_rme9652_playback_release()
2499 rme9652->playback_pid = -1; in snd_rme9652_create()
H A Dhdsp.c480 pid_t playback_pid; member
946 if ((hdsp->playback_pid != hdsp->capture_pid) && in snd_hdsp_use_is_exclusive()
947 (hdsp->playback_pid >= 0) && (hdsp->capture_pid >= 0)) in snd_hdsp_use_is_exclusive()
1207 if (reject_if_open && (hdsp->capture_pid >= 0 || hdsp->playback_pid >= 0)) { in hdsp_set_rate()
1211 hdsp->playback_pid); in hdsp_set_rate()
4059 this_pid = hdsp->playback_pid; in snd_hdsp_hw_params()
4063 other_pid = hdsp->playback_pid; in snd_hdsp_hw_params()
4483 hdsp->playback_pid = current->pid; in snd_hdsp_playback_open()
4528 hdsp->playback_pid = -1; in snd_hdsp_playback_release()
5101 hdsp->playback_pid in snd_hdsp_create_alsa_devices()
[all...]
H A Dhdspm.c1032 pid_t playback_pid; /* process id which uses capture */ member
1211 if ((hdspm->playback_pid != hdspm->capture_pid) && in snd_hdspm_use_is_exclusive()
1212 (hdspm->playback_pid >= 0) && (hdspm->capture_pid >= 0)) { in snd_hdspm_use_is_exclusive()
1733 && (hdspm->capture_pid >= 0 || hdspm->playback_pid >= 0)) { in hdspm_set_rate()
1738 hdspm->capture_pid, hdspm->playback_pid); in hdspm_set_rate()
5502 this_pid = hdspm->playback_pid; in snd_hdspm_hw_params()
5506 other_pid = hdspm->playback_pid; in snd_hdspm_hw_params()
6047 hdspm->playback_pid = current->pid; in snd_hdspm_open()
6114 hdspm->playback_pid = -1; in snd_hdspm_release()
6472 hdspm->playback_pid in snd_hdspm_create_alsa_devices()
[all...]