Home
last modified time | relevance | path

Searched refs:pipe_alloc_mask (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/sound/pci/echoaudio/
Dechoaudio_dsp.c941 return (chip->pipe_alloc_mask & (1 << pipe_index)); in is_pipe_allocated()
1073 if (chip->pipe_alloc_mask & channel_mask) { in allocate_pipes()
1080 chip->pipe_alloc_mask |= channel_mask; in allocate_pipes()
1110 chip->pipe_alloc_mask &= ~channel_mask; in free_pipes()
Dechoaudio_gml.c116 if (snd_BUG_ON(chip->pipe_alloc_mask)) in set_digital_mode()
Dechoaudio.h363 u32 pipe_alloc_mask; /* Bitmask of allocated pipes */ member
Dechoaudio.c2200 u32 pipe_alloc_mask; in snd_echo_resume() local
2220 pipe_alloc_mask = chip->pipe_alloc_mask; in snd_echo_resume()
2221 chip->pipe_alloc_mask = 0; in snd_echo_resume()
2223 chip->pipe_alloc_mask = pipe_alloc_mask; in snd_echo_resume()
Dechoaudio_3g.c106 if (snd_BUG_ON(chip->pipe_alloc_mask)) in set_digital_mode()