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

/linux-4.1.27/sound/pci/mixart/
H A Dmixart.c76 struct mixart_group_state_resp group_state_resp; mixart_set_pipe_state() local
126 err = snd_mixart_send_msg(mgr, &request, sizeof(group_state_resp), &group_state_resp); mixart_set_pipe_state()
127 if (err < 0 || group_state_resp.txx_status != 0) { mixart_set_pipe_state()
130 err, group_state_resp.txx_status); mixart_set_pipe_state()
139 err = snd_mixart_send_msg(mgr, &request, sizeof(group_state_resp), &group_state_resp); mixart_set_pipe_state()
140 if (err < 0 || group_state_resp.txx_status != 0) { mixart_set_pipe_state()
143 err, group_state_resp.txx_status); mixart_set_pipe_state()

Completed in 59 milliseconds