Home
last modified time | relevance | path

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

/sound/pci/mixart/
Dmixart.h148 int monitoring; /* pipe used for monitoring issue */ member
204 …ipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, int monitoring);
205 int snd_mixart_kill_ref_pipe(struct mixart_mgr *mgr, struct mixart_pipe *pipe, int monitoring);
Dmixart.c218 int monitoring) in snd_mixart_add_ref_pipe() argument
243 if( (monitoring == 0) && (pipe->references >= stream_count) ) { in snd_mixart_add_ref_pipe()
322 if(monitoring) pipe->monitoring = 1; in snd_mixart_add_ref_pipe()
330 struct mixart_pipe *pipe, int monitoring) in snd_mixart_kill_ref_pipe() argument
337 if(monitoring) in snd_mixart_kill_ref_pipe()
338 pipe->monitoring = 0; in snd_mixart_kill_ref_pipe()
342 if((pipe->references <= 0) && (pipe->monitoring == 0)) { in snd_mixart_kill_ref_pipe()