Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/mixart/
Dmixart.c101 group_state.pipe_uid[0] = pipe->group_uid; in mixart_set_pipe_state()
108 request.uid = pipe->group_uid; /*(struct mixart_uid){0,0};*/ in mixart_set_pipe_state()
188 clock_properties.uid_caller[0] = pipe->group_uid; in mixart_set_clock()
313 pipe->group_uid = buf->sgroup_resp.group; /* id of the pipe, as returned by embedded */ in snd_mixart_add_ref_pipe()
361 request.data = &pipe->group_uid; /* the streaming group ! */ in snd_mixart_kill_ref_pipe()
362 request.size = sizeof(pipe->group_uid); in snd_mixart_kill_ref_pipe()
372 pipe->group_uid = (struct mixart_uid){0,0}; in snd_mixart_kill_ref_pipe()
391 stream_state_req.stream_info.stream_desc.uid_pipe = stream->pipe->group_uid; in mixart_set_stream_state()
568 stream_param.stream_desc[0].uid_pipe = stream->pipe->group_uid; in mixart_set_format()
Dmixart.h142 struct mixart_uid group_uid; /* id of the pipe, as returned by embedded */ member
Dmixart_mixer.c734 set_level.stream_level.desc.uid_pipe = pipe->group_uid; in mixart_update_playback_stream_level()