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

/linux-master/sound/pci/echoaudio/
H A Dechoaudio_gml.c118 if (snd_BUG_ON(chip->pipe_alloc_mask))
H A Dechoaudio_dsp.c939 return (chip->pipe_alloc_mask & (1 << pipe_index));
1068 if (chip->pipe_alloc_mask & channel_mask) {
1075 chip->pipe_alloc_mask |= channel_mask;
1105 chip->pipe_alloc_mask &= ~channel_mask;
H A Dechoaudio.h367 u32 pipe_alloc_mask; /* Bitmask of allocated pipes */ member in struct:echoaudio
H A Dechoaudio.c2173 u32 pipe_alloc_mask; local
2188 /* Temporarily set chip->pipe_alloc_mask=0 otherwise
2191 pipe_alloc_mask = chip->pipe_alloc_mask;
2192 chip->pipe_alloc_mask = 0;
2194 chip->pipe_alloc_mask = pipe_alloc_mask;
H A Dechoaudio_3g.c108 if (snd_BUG_ON(chip->pipe_alloc_mask))

Completed in 129 milliseconds