Home
last modified time | relevance | path

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

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