Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/mixart/
H A Dmixart.c61 struct mixart_group_state_req group_state; in mixart_set_pipe_state() local
99 memset(&group_state, 0, sizeof(group_state)); in mixart_set_pipe_state()
100 group_state.pipe_count = 1; in mixart_set_pipe_state()
101 group_state.pipe_uid = pipe->group_uid; in mixart_set_pipe_state()
109 request.data = &group_state; in mixart_set_pipe_state()
110 request.size = sizeof(group_state); in mixart_set_pipe_state()
123 group_state.pipe_count = 0; /* in case of start same command once again with pipe_count=0 */ in mixart_set_pipe_state()