Searched refs:pipe_alloc_mask (Results 1 – 4 of 4) sorted by relevance
939 return (chip->pipe_alloc_mask & (1 << pipe_index)); in is_pipe_allocated()1068 if (chip->pipe_alloc_mask & channel_mask) { in allocate_pipes()1075 chip->pipe_alloc_mask |= channel_mask; in allocate_pipes()1105 chip->pipe_alloc_mask &= ~channel_mask; in free_pipes()
118 if (snd_BUG_ON(chip->pipe_alloc_mask)) in set_digital_mode()
2172 u32 pipe_alloc_mask; in snd_echo_resume() local2190 pipe_alloc_mask = chip->pipe_alloc_mask; in snd_echo_resume()2191 chip->pipe_alloc_mask = 0; in snd_echo_resume()2193 chip->pipe_alloc_mask = pipe_alloc_mask; in snd_echo_resume()
367 u32 pipe_alloc_mask; /* Bitmask of allocated pipes */ member