taglinefilesource code
MAX_DSP_DEV40drivers/sound/audio.cstatic int      wr_buff_no[MAX_DSP_DEV];  /* != -1, if there is a
MAX_DSP_DEV42drivers/sound/audio.cstatic int      wr_buff_size[MAX_DSP_DEV], wr_buff_ptr[MAX_DSP_DEV];
MAX_DSP_DEV44drivers/sound/audio.cstatic int  audio_mode[MAX_DSP_DEV];
MAX_DSP_DEV49drivers/sound/audio.cstatic char    *wr_dma_buf[MAX_DSP_DEV];
MAX_DSP_DEV150drivers/sound/dev_table.hstruct audio_operations * dsp_devs[MAX_DSP_DEV] = {NULL}; int num_dspdevs = 0;
MAX_DSP_DEV208drivers/sound/dev_table.hint sound_buffcounts[MAX_DSP_DEV] = {0};
MAX_DSP_DEV209drivers/sound/dev_table.hlong sound_buffsizes[MAX_DSP_DEV] = {0};
MAX_DSP_DEV210drivers/sound/dev_table.hint sound_dsp_dmachan[MAX_DSP_DEV] = {0};
MAX_DSP_DEV211drivers/sound/dev_table.hint sound_dma_automode[MAX_DSP_DEV] = {0};
MAX_DSP_DEV214drivers/sound/dev_table.hextern struct audio_operations * dsp_devs[MAX_DSP_DEV]; int num_dspdevs;
MAX_DSP_DEV226drivers/sound/dev_table.hextern int sound_buffcounts[MAX_DSP_DEV];
MAX_DSP_DEV227drivers/sound/dev_table.hextern long sound_buffsizes[MAX_DSP_DEV];
MAX_DSP_DEV228drivers/sound/dev_table.hextern int sound_dsp_dmachan[MAX_DSP_DEV];
MAX_DSP_DEV229drivers/sound/dev_table.hextern int sound_dma_automode[MAX_DSP_DEV];
MAX_DSP_DEV247drivers/sound/dev_table.hextern struct audio_operations * dsp_devs[MAX_DSP_DEV]; int num_dspdevs;
MAX_DSP_DEV263drivers/sound/dev_table.hextern int sound_buffcounts[MAX_DSP_DEV];
MAX_DSP_DEV264drivers/sound/dev_table.hextern long sound_buffsizes[MAX_DSP_DEV];
MAX_DSP_DEV265drivers/sound/dev_table.hextern int sound_dsp_dmachan[MAX_DSP_DEV];
MAX_DSP_DEV266drivers/sound/dev_table.hextern int sound_dma_automode[MAX_DSP_DEV];
MAX_DSP_DEV52drivers/sound/dmabuf.cDEFINE_WAIT_QUEUES (dev_sleeper[MAX_DSP_DEV], dev_sleep_flag[MAX_DSP_DEV]);
MAX_DSP_DEV54drivers/sound/dmabuf.cstatic int      dma_mode[MAX_DSP_DEV] =
MAX_DSP_DEV57drivers/sound/dmabuf.cstatic volatile int dmabuf_interrupted[MAX_DSP_DEV] =
MAX_DSP_DEV64drivers/sound/dmabuf.cchar           *snd_raw_buf[MAX_DSP_DEV][DSP_BUFFCOUNT] =
MAX_DSP_DEV67drivers/sound/dmabuf.cunsigned long   snd_raw_buf_phys[MAX_DSP_DEV][DSP_BUFFCOUNT];
MAX_DSP_DEV68drivers/sound/dmabuf.cint             snd_raw_count[MAX_DSP_DEV];
MAX_DSP_DEV74drivers/sound/dmabuf.cstatic int      dev_busy[MAX_DSP_DEV];
MAX_DSP_DEV75drivers/sound/dmabuf.cstatic int      dev_needs_restart[MAX_DSP_DEV];
MAX_DSP_DEV76drivers/sound/dmabuf.cstatic int      dev_modes[MAX_DSP_DEV];
MAX_DSP_DEV77drivers/sound/dmabuf.cstatic int      dev_active[MAX_DSP_DEV];
MAX_DSP_DEV78drivers/sound/dmabuf.cstatic int      dev_started[MAX_DSP_DEV];
MAX_DSP_DEV79drivers/sound/dmabuf.cstatic int      dev_qlen[MAX_DSP_DEV];
MAX_DSP_DEV80drivers/sound/dmabuf.cstatic int      dev_qhead[MAX_DSP_DEV];
MAX_DSP_DEV81drivers/sound/dmabuf.cstatic int      dev_qtail[MAX_DSP_DEV];
MAX_DSP_DEV82drivers/sound/dmabuf.cstatic int      dev_underrun[MAX_DSP_DEV];
MAX_DSP_DEV83drivers/sound/dmabuf.cstatic int      bufferalloc_done[MAX_DSP_DEV] =
MAX_DSP_DEV90drivers/sound/dmabuf.cstatic int      dev_nbufs[MAX_DSP_DEV];  /* # of logical buffers ( >=
MAX_DSP_DEV92drivers/sound/dmabuf.cstatic int      dev_counts[MAX_DSP_DEV][MAX_SUB_BUFFERS];
MAX_DSP_DEV93drivers/sound/dmabuf.cstatic int      dev_subdivision[MAX_DSP_DEV];
MAX_DSP_DEV94drivers/sound/dmabuf.cstatic unsigned long dev_buf_phys[MAX_DSP_DEV][MAX_SUB_BUFFERS];
MAX_DSP_DEV95drivers/sound/dmabuf.cstatic char    *dev_buf[MAX_DSP_DEV][MAX_SUB_BUFFERS] =
MAX_DSP_DEV97drivers/sound/dmabuf.cstatic int      dev_buffsize[MAX_DSP_DEV];
MAX_DSP_DEV681drivers/sound/dmabuf.cfor (i = 0; i < MAX_DSP_DEV; i++)
MAX_DSP_DEV78drivers/sound/gus_wave.cextern char    *snd_raw_buf[MAX_DSP_DEV][DSP_BUFFCOUNT];
MAX_DSP_DEV79drivers/sound/gus_wave.cextern unsigned long snd_raw_buf_phys[MAX_DSP_DEV][DSP_BUFFCOUNT];
MAX_DSP_DEV80drivers/sound/gus_wave.cextern int      snd_raw_count[MAX_DSP_DEV];
MAX_DSP_DEV3171drivers/sound/gus_wave.cif (num_dspdevs < MAX_DSP_DEV)
MAX_DSP_DEV364drivers/sound/pas2_pcm.cif (num_dspdevs < MAX_DSP_DEV)
MAX_DSP_DEV518drivers/sound/sb16_dsp.cif (num_dspdevs < MAX_DSP_DEV)
MAX_DSP_DEV711drivers/sound/sb_dsp.cif (num_dspdevs < MAX_DSP_DEV)
MAX_DSP_DEV45drivers/sound/soundcard.cextern char    *snd_raw_buf[MAX_DSP_DEV][DSP_BUFFCOUNT];
MAX_DSP_DEV46drivers/sound/soundcard.cextern unsigned long snd_raw_buf_phys[MAX_DSP_DEV][DSP_BUFFCOUNT];
MAX_DSP_DEV47drivers/sound/soundcard.cextern int      snd_raw_count[MAX_DSP_DEV];