Home
last modified time | relevance | path

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

/sound/pci/mixart/
Dmixart_core.h164 u32 stream_count; member
185 u32 stream_count; member
232 u32 stream_count; /* set to 1 for instance */ member
269 u32 stream_count; member
408 u32 stream_count; /* set to 1 (array size !) */ member
Dmixart.c220 int stream_count; in snd_mixart_add_ref_pipe() local
231 stream_count = MIXART_CAPTURE_STREAMS; in snd_mixart_add_ref_pipe()
239 stream_count = MIXART_PLAYBACK_STREAMS; in snd_mixart_add_ref_pipe()
243 if( (monitoring == 0) && (pipe->references >= stream_count) ) { in snd_mixart_add_ref_pipe()
267 buf->sgroup_req.stream_count = stream_count; in snd_mixart_add_ref_pipe()
272 for (i=0; i<stream_count; i++) { in snd_mixart_add_ref_pipe()
311 pipe->stream_count = buf->sgroup_resp.stream_count; in snd_mixart_add_ref_pipe()
367 pipe->stream_count = 0; in snd_mixart_kill_ref_pipe()
384 stream_state_req.stream_count = 1; in mixart_set_stream_state()
558 stream_param.stream_count = 1; /* set to 1 */ in mixart_set_format()
Dmixart.h164 int stream_count; member
Dmixart_core.c463 for(i=0; i<notify->stream_count; i++) { in snd_mixart_interrupt()
/sound/pci/pcxhr/
Dpcxhr_hwdep.c168 int stream_count, audio_count; in pcxhr_dsp_allocate_pipe() local
173 stream_count = 1; in pcxhr_dsp_allocate_pipe()
179 stream_count = PCXHR_PLAYBACK_STREAMS; in pcxhr_dsp_allocate_pipe()
189 audio_count, stream_count); in pcxhr_dsp_allocate_pipe()