Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/korg1212/
Dkorg1212.c1499 pid_t other_pid; in snd_korg1212_hw_params() local
1508 other_pid = korg1212->capture_pid; in snd_korg1212_hw_params()
1511 other_pid = korg1212->playback_pid; in snd_korg1212_hw_params()
1514 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_korg1212_hw_params()
/linux-2.6.39/sound/pci/rme9652/
Drme9652.c1994 pid_t other_pid; in snd_rme9652_hw_params() local
2002 other_pid = rme9652->capture_pid; in snd_rme9652_hw_params()
2005 other_pid = rme9652->playback_pid; in snd_rme9652_hw_params()
2008 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_rme9652_hw_params()
Dhdsp.c4292 pid_t other_pid; in snd_hdsp_hw_params() local
4306 other_pid = hdsp->capture_pid; in snd_hdsp_hw_params()
4309 other_pid = hdsp->playback_pid; in snd_hdsp_hw_params()
4312 if ((other_pid > 0) && (this_pid != other_pid)) { in snd_hdsp_hw_params()
Dhdspm.c5278 pid_t other_pid; in snd_hdspm_hw_params() local
5284 other_pid = hdspm->capture_pid; in snd_hdspm_hw_params()
5287 other_pid = hdspm->playback_pid; in snd_hdspm_hw_params()
5290 if (other_pid > 0 && this_pid != other_pid) { in snd_hdspm_hw_params()