Searched refs:group_state (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.c75 struct mixart_group_state_req group_state; local
111 memset(&group_state, 0, sizeof(group_state));
112 group_state.pipe_count = 1;
113 group_state.pipe_uid[0] = pipe->group_uid;
121 request.data = &group_state;
122 request.size = sizeof(group_state);
133 group_state.pipe_count = 0; /* in case of start same command once again with pipe_count=0 */

Completed in 91 milliseconds