Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/mixart/
H A Dmixart.c250 struct mixart_streaming_group_req sgroup_req; in snd_mixart_add_ref_pipe() member
263 request.data = &buf->sgroup_req; in snd_mixart_add_ref_pipe()
264 request.size = sizeof(buf->sgroup_req); in snd_mixart_add_ref_pipe()
266 memset(&buf->sgroup_req, 0, sizeof(buf->sgroup_req)); in snd_mixart_add_ref_pipe()
268 buf->sgroup_req.stream_count = stream_count; in snd_mixart_add_ref_pipe()
269 buf->sgroup_req.channel_count = 2; in snd_mixart_add_ref_pipe()
270 buf->sgroup_req.latency = 256; in snd_mixart_add_ref_pipe()
271 buf->sgroup_req.connector = pipe->uid_left_connector; /* the left connector */ in snd_mixart_add_ref_pipe()
279 buf->sgroup_req.stream_info[i].size_max_byte_frame = 1024; in snd_mixart_add_ref_pipe()
280 buf->sgroup_req.stream_info[i].size_max_sample_frame = 256; in snd_mixart_add_ref_pipe()
[all …]