Searched refs:group_state_resp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/mixart/ |
H A D | mixart.c | 63 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()
|
/kernel/linux/linux-6.6/sound/pci/mixart/ |
H A D | mixart.c | 62 struct mixart_group_state_resp group_state_resp; in mixart_set_pipe_state() local 112 err = snd_mixart_send_msg(mgr, &request, sizeof(group_state_resp), &group_state_resp); in mixart_set_pipe_state() 113 if (err < 0 || group_state_resp.txx_status != 0) { in mixart_set_pipe_state() 116 err, group_state_resp.txx_status); in mixart_set_pipe_state() 125 err = snd_mixart_send_msg(mgr, &request, sizeof(group_state_resp), &group_state_resp); in mixart_set_pipe_state() 126 if (err < 0 || group_state_resp.txx_status != 0) { in mixart_set_pipe_state() 129 err, group_state_resp.txx_status); in mixart_set_pipe_state()
|
Completed in 6 milliseconds