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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/echoaudio/
H A Dechoaudio_gml.c115 if (snd_BUG_ON(chip->pipe_alloc_mask))
H A Dechoaudio_dsp.c930 return (chip->pipe_alloc_mask & (1 << pipe_index));
939 DE_ACT(("rest_in_peace() open=%x\n", chip->pipe_alloc_mask));
1062 if (chip->pipe_alloc_mask & channel_mask) {
1068 chip->pipe_alloc_mask |= channel_mask;
1100 chip->pipe_alloc_mask &= ~channel_mask;
H A Dechoaudio.h394 u32 pipe_alloc_mask; /* Bitmask of allocated pipes */ member in struct:echoaudio
H A Dechoaudio_3g.c105 if (snd_BUG_ON(chip->pipe_alloc_mask))
H A Dechoaudio.c2247 u32 pipe_alloc_mask; local
2267 /* Temporarily set chip->pipe_alloc_mask=0 otherwise
2270 pipe_alloc_mask = chip->pipe_alloc_mask;
2271 chip->pipe_alloc_mask = 0;
2273 chip->pipe_alloc_mask = pipe_alloc_mask;

Completed in 96 milliseconds