Searched refs:sgroup_req (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart.c251 struct mixart_streaming_group_req sgroup_req; member in struct:__anon11132
262 request.data = &buf->sgroup_req;
263 request.size = sizeof(buf->sgroup_req);
265 memset(&buf->sgroup_req, 0, sizeof(buf->sgroup_req));
267 buf->sgroup_req.stream_count = stream_count;
268 buf->sgroup_req.channel_count = 2;
269 buf->sgroup_req.latency = 256;
270 buf->sgroup_req.connector = pipe->uid_left_connector; /* the left connector */
278 buf->sgroup_req
[all...]

Completed in 44 milliseconds