Lines Matching defs:stream
338 struct xen_front_cfg_stream *stream;
357 stream = &pcm_instance->streams_pb[(*cur_pb)++];
360 stream = &pcm_instance->streams_cap[(*cur_cap)++];
366 /* Get next stream index. */
367 stream->index = (*stream_cnt)++;
368 stream->xenstore_path = stream_path;
370 * Check XenStore if PCM HW configuration exists for this stream
372 * but can still override some of the values for the stream.
374 cfg_read_pcm_hw(stream->xenstore_path,
375 &pcm_instance->pcm_hw, &stream->pcm_hw);