Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/mixart/
Dmixart.c252 struct mixart_streaming_group sgroup_resp; in snd_mixart_add_ref_pipe() member
305 err = snd_mixart_send_msg(chip->mgr, &request, sizeof(buf->sgroup_resp), &buf->sgroup_resp); in snd_mixart_add_ref_pipe()
306 if((err < 0) || (buf->sgroup_resp.status != 0)) { in snd_mixart_add_ref_pipe()
309 err, buf->sgroup_resp.status); in snd_mixart_add_ref_pipe()
314 pipe->group_uid = buf->sgroup_resp.group; /* id of the pipe, as returned by embedded */ in snd_mixart_add_ref_pipe()
315 pipe->stream_count = buf->sgroup_resp.stream_count; in snd_mixart_add_ref_pipe()