Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/mixart/
Dmixart.c63 struct mixart_group_state_resp group_state_resp; in mixart_set_pipe_state() local
113 err = snd_mixart_send_msg(mgr, &request, sizeof(group_state_resp), &group_state_resp); in mixart_set_pipe_state()
114 if (err < 0 || group_state_resp.txx_status != 0) { in mixart_set_pipe_state()
117 err, group_state_resp.txx_status); in mixart_set_pipe_state()
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()