Lines Matching full:pipes
635 Output pipes (vmixer cards only)
637 This function assumes there are no more than 16 in/out busses or pipes
855 /* start_transport starts transport for a set of pipes.
856 The bits 1 in channel_mask specify what pipes to start. Only the bit of the
873 /* Keep track of which pipes are transporting */ in start_transport()
879 dev_err(chip->card->dev, "start_transport: No pipes to start!\n"); in start_transport()
898 /* Keep track of which pipes are transporting */ in pause_transport()
905 dev_dbg(chip->card->dev, "pause_transport: No pipes to stop!\n"); in pause_transport()
924 /* Keep track of which pipes are transporting */ in stop_transport()
931 dev_dbg(chip->card->dev, "stop_transport: No pipes to stop!\n"); in stop_transport()
944 /* Stops everything and turns off the DSP. All pipes should be already
949 /* Stops all active pipes (just to be sure) */ in rest_in_peace()
1049 Functions for opening and closing pipes
1052 /* allocate_pipes is used to reserve audio pipes for your exclusive use.
1053 The call will fail if some pipes are already allocated. */