Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/echoaudio/
Dechoaudio_dsp.c941 return (chip->pipe_alloc_mask & (1 << pipe_index)); in is_pipe_allocated()
1070 if (chip->pipe_alloc_mask & channel_mask) { in allocate_pipes()
1077 chip->pipe_alloc_mask |= channel_mask; in allocate_pipes()
1107 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.h363 u32 pipe_alloc_mask; /* Bitmask of allocated pipes */ member
Dechoaudio.c2189 u32 pipe_alloc_mask; in snd_echo_resume() local
2208 pipe_alloc_mask = chip->pipe_alloc_mask; in snd_echo_resume()
2209 chip->pipe_alloc_mask = 0; in snd_echo_resume()
2211 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()