Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/mixart/
H A 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()
316 /* pipe->stream_uid[i] = buf->sgroup_resp.stream[i].stream_uid; */ in snd_mixart_add_ref_pipe()
/kernel/linux/linux-6.6/sound/pci/mixart/
H A Dmixart.c251 struct mixart_streaming_group sgroup_resp; in snd_mixart_add_ref_pipe() member
304 err = snd_mixart_send_msg(chip->mgr, &request, sizeof(buf->sgroup_resp), &buf->sgroup_resp); in snd_mixart_add_ref_pipe()
305 if((err < 0) || (buf->sgroup_resp.status != 0)) { in snd_mixart_add_ref_pipe()
308 err, buf->sgroup_resp.status); in snd_mixart_add_ref_pipe()
313 pipe->group_uid = buf->sgroup_resp.group; /* id of the pipe, as returned by embedded */ in snd_mixart_add_ref_pipe()
314 pipe->stream_count = buf->sgroup_resp.stream_count; in snd_mixart_add_ref_pipe()
315 /* pipe->stream_uid[i] = buf->sgroup_resp.stream[i].stream_uid; */ in snd_mixart_add_ref_pipe()

Completed in 4 milliseconds