Lines Matching defs:sgroup_req
250 struct mixart_streaming_group_req sgroup_req;
263 request.data = &buf->sgroup_req;
264 request.size = sizeof(buf->sgroup_req);
266 memset(&buf->sgroup_req, 0, sizeof(buf->sgroup_req));
268 buf->sgroup_req.stream_count = stream_count;
269 buf->sgroup_req.channel_count = 2;
270 buf->sgroup_req.latency = 256;
271 buf->sgroup_req.connector = pipe->uid_left_connector; /* the left connector */
279 buf->sgroup_req.stream_info[i].size_max_byte_frame = 1024;
280 buf->sgroup_req.stream_info[i].size_max_sample_frame = 256;
281 buf->sgroup_req.stream_info[i].nb_bytes_max_per_sample = MIXART_FLOAT_P__4_0_TO_HEX; /* is 4.0f */
287 buf->sgroup_req.flow_entry[i] = j;