Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/mixart/
Dmixart.c75 struct mixart_group_state_req group_state; in mixart_set_pipe_state() local
113 memset(&group_state, 0, sizeof(group_state)); in mixart_set_pipe_state()
114 group_state.pipe_count = 1; in mixart_set_pipe_state()
115 group_state.pipe_uid[0] = pipe->group_uid; in mixart_set_pipe_state()
123 request.data = &group_state; in mixart_set_pipe_state()
124 request.size = sizeof(group_state); in mixart_set_pipe_state()
137 group_state.pipe_count = 0; /* in case of start same command once again with pipe_count=0 */ in mixart_set_pipe_state()