Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/mixart/
H A Dmixart.c62 struct mixart_group_state_req group_state; in mixart_set_pipe_state() local
100 memset(&group_state, 0, sizeof(group_state)); in mixart_set_pipe_state()
101 group_state.pipe_count = 1; in mixart_set_pipe_state()
102 group_state.pipe_uid[0] = pipe->group_uid; in mixart_set_pipe_state()
110 request.data = &group_state; in mixart_set_pipe_state()
111 request.size = sizeof(group_state); in mixart_set_pipe_state()
124 group_state.pipe_count = 0; /* in case of start same command once again with pipe_count=0 */ in mixart_set_pipe_state()