Searched refs:DSP_MAXPIPES (Results 1 - 4 of 4) 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_dsp.h76 #define DSP_MAXPIPES 32 /* Max total pipes (input + output) */ macro
654 u16 audio_format[DSP_MAXPIPES]; /* Chs. audio format 0x020 32*2 */
655 struct sg_entry sglist_addr[DSP_MAXPIPES];
657 u32 position[DSP_MAXPIPES];
659 s8 vu_meter[DSP_MAXPIPES];
661 s8 peak_meter[DSP_MAXPIPES];
H A Dechoaudio.h365 struct snd_pcm_substream *substream[DSP_MAXPIPES];
366 int last_period[DSP_MAXPIPES];
H A Dechoaudio_dsp.c605 DSP_MAXPIPES);
607 DSP_MAXPIPES);
H A Dechoaudio.c746 for (i = 0; i < DSP_MAXPIPES; i++) {
761 for (i = 0; i < DSP_MAXPIPES; i++) {
785 for (i = 0; i < DSP_MAXPIPES; i++) {
795 for (i = 0; i < DSP_MAXPIPES; i++) {
1866 for (ss = 0; ss < DSP_MAXPIPES; ss++) {

Completed in 112 milliseconds