Home
last modified time | relevance | path

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

/Linux-v5.10/sound/pci/echoaudio/
Dechoaudio_dsp.c935 return (chip->pipe_alloc_mask & (1 << pipe_index)); in is_pipe_allocated()
1064 if (chip->pipe_alloc_mask & channel_mask) { in allocate_pipes()
1071 chip->pipe_alloc_mask |= channel_mask; in allocate_pipes()
1101 chip->pipe_alloc_mask &= ~channel_mask; in free_pipes()
Dechoaudio_gml.c118 if (snd_BUG_ON(chip->pipe_alloc_mask)) in set_digital_mode()
Dechoaudio.h367 u32 pipe_alloc_mask; /* Bitmask of allocated pipes */ member
Dechoaudio.c2203 u32 pipe_alloc_mask; in snd_echo_resume() local
2221 pipe_alloc_mask = chip->pipe_alloc_mask; in snd_echo_resume()
2222 chip->pipe_alloc_mask = 0; in snd_echo_resume()
2224 chip->pipe_alloc_mask = pipe_alloc_mask; in snd_echo_resume()
Dechoaudio_3g.c108 if (snd_BUG_ON(chip->pipe_alloc_mask)) in set_digital_mode()