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

/linux-4.1.27/sound/pci/mixart/
H A Dmixart.c263 struct mixart_streaming_group_req sgroup_req; snd_mixart_add_ref_pipe() member in struct:__anon14560
276 request.data = &buf->sgroup_req; snd_mixart_add_ref_pipe()
277 request.size = sizeof(buf->sgroup_req); snd_mixart_add_ref_pipe()
279 memset(&buf->sgroup_req, 0, sizeof(buf->sgroup_req)); snd_mixart_add_ref_pipe()
281 buf->sgroup_req.stream_count = stream_count; snd_mixart_add_ref_pipe()
282 buf->sgroup_req.channel_count = 2; snd_mixart_add_ref_pipe()
283 buf->sgroup_req.latency = 256; snd_mixart_add_ref_pipe()
284 buf->sgroup_req.connector = pipe->uid_left_connector; /* the left connector */ snd_mixart_add_ref_pipe()
292 buf->sgroup_req.stream_info[i].size_max_byte_frame = 1024; snd_mixart_add_ref_pipe()
293 buf->sgroup_req.stream_info[i].size_max_sample_frame = 256; snd_mixart_add_ref_pipe()
294 buf->sgroup_req.stream_info[i].nb_bytes_max_per_sample = MIXART_FLOAT_P__4_0_TO_HEX; /* is 4.0f */ snd_mixart_add_ref_pipe()
300 buf->sgroup_req.flow_entry[i] = j; snd_mixart_add_ref_pipe()

Completed in 63 milliseconds