Home
last modified time | relevance | path

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

/linux/sound/pci/rme9652/
H A Dhdspm.c1031 pid_t capture_pid; /* process id which uses capture */ member
1208 if ((hdspm->playback_pid != hdspm->capture_pid) && in snd_hdspm_use_is_exclusive()
1209 (hdspm->playback_pid >= 0) && (hdspm->capture_pid >= 0)) in snd_hdspm_use_is_exclusive()
1726 && (hdspm->capture_pid >= 0 || hdspm->playback_pid >= 0)) { in hdspm_set_rate()
1731 hdspm->capture_pid, hdspm->playback_pid); in hdspm_set_rate()
5464 other_pid = hdspm->capture_pid; in snd_hdspm_hw_params()
5466 this_pid = hdspm->capture_pid; in snd_hdspm_hw_params()
6009 hdspm->capture_pid = current->pid; in snd_hdspm_open()
6072 hdspm->capture_pid = -1; in snd_hdspm_release()
6426 hdspm->capture_pid = -1; in snd_hdspm_create_alsa_devices()