Lines Matching defs:pipe
717 struct mixart_pipe *pipe;
724 pipe = &chip->pipe_out_dig; /* AES playback */
727 pipe = &chip->pipe_out_ana; /* analog playback */
730 /* only when pipe exists ! */
731 if(pipe->status == PIPE_UNDEFINED)
734 set_level.stream_level.desc.uid_pipe = pipe->group_uid;
765 struct mixart_pipe *pipe;
772 pipe = &chip->pipe_in_dig;
775 pipe = &chip->pipe_in_ana;
778 /* only when pipe exists ! */
779 if(pipe->status == PIPE_UNDEFINED)
784 set_level.level[0].connector = pipe->uid_left_connector;
785 set_level.level[1].connector = pipe->uid_right_connector;
958 return -EINVAL; /* no pipe defined */
1058 /* allocate the playback pipe for monitoring */
1060 /* allocate the capture pipe for monitoring */
1068 /* release the capture pipe for monitoring */
1071 /* release the playback pipe for monitoring */
1092 /* analog volumes can be set even if there is no pipe */