tag | line | file | source code |
MAX_DSP_DEV | 40 | drivers/sound/audio.c | static int wr_buff_no[MAX_DSP_DEV]; /* != -1, if there is a |
MAX_DSP_DEV | 42 | drivers/sound/audio.c | static int wr_buff_size[MAX_DSP_DEV], wr_buff_ptr[MAX_DSP_DEV]; |
MAX_DSP_DEV | 44 | drivers/sound/audio.c | static int audio_mode[MAX_DSP_DEV]; |
MAX_DSP_DEV | 49 | drivers/sound/audio.c | static char *wr_dma_buf[MAX_DSP_DEV]; |
MAX_DSP_DEV | 150 | drivers/sound/dev_table.h | struct audio_operations * dsp_devs[MAX_DSP_DEV] = {NULL}; int num_dspdevs = 0; |
MAX_DSP_DEV | 202 | drivers/sound/dev_table.h | int sound_buffcounts[MAX_DSP_DEV] = {0}; |
MAX_DSP_DEV | 203 | drivers/sound/dev_table.h | long sound_buffsizes[MAX_DSP_DEV] = {0}; |
MAX_DSP_DEV | 204 | drivers/sound/dev_table.h | int sound_dsp_dmachan[MAX_DSP_DEV] = {0}; |
MAX_DSP_DEV | 205 | drivers/sound/dev_table.h | int sound_dma_automode[MAX_DSP_DEV] = {0}; |
MAX_DSP_DEV | 208 | drivers/sound/dev_table.h | extern struct audio_operations * dsp_devs[MAX_DSP_DEV]; int num_dspdevs; |
MAX_DSP_DEV | 220 | drivers/sound/dev_table.h | extern int sound_buffcounts[MAX_DSP_DEV]; |
MAX_DSP_DEV | 221 | drivers/sound/dev_table.h | extern long sound_buffsizes[MAX_DSP_DEV]; |
MAX_DSP_DEV | 222 | drivers/sound/dev_table.h | extern int sound_dsp_dmachan[MAX_DSP_DEV]; |
MAX_DSP_DEV | 223 | drivers/sound/dev_table.h | extern int sound_dma_automode[MAX_DSP_DEV]; |
MAX_DSP_DEV | 240 | drivers/sound/dev_table.h | extern struct audio_operations * dsp_devs[MAX_DSP_DEV]; int num_dspdevs; |
MAX_DSP_DEV | 256 | drivers/sound/dev_table.h | extern int sound_buffcounts[MAX_DSP_DEV]; |
MAX_DSP_DEV | 257 | drivers/sound/dev_table.h | extern long sound_buffsizes[MAX_DSP_DEV]; |
MAX_DSP_DEV | 258 | drivers/sound/dev_table.h | extern int sound_dsp_dmachan[MAX_DSP_DEV]; |
MAX_DSP_DEV | 259 | drivers/sound/dev_table.h | extern int sound_dma_automode[MAX_DSP_DEV]; |
MAX_DSP_DEV | 52 | drivers/sound/dmabuf.c | DEFINE_WAIT_QUEUES (dev_sleeper[MAX_DSP_DEV], dev_sleep_flag[MAX_DSP_DEV]); |
MAX_DSP_DEV | 54 | drivers/sound/dmabuf.c | static int dma_mode[MAX_DSP_DEV] = |
MAX_DSP_DEV | 57 | drivers/sound/dmabuf.c | static volatile int dmabuf_interrupted[MAX_DSP_DEV] = |
MAX_DSP_DEV | 64 | drivers/sound/dmabuf.c | char *snd_raw_buf[MAX_DSP_DEV][DSP_BUFFCOUNT] = |
MAX_DSP_DEV | 67 | drivers/sound/dmabuf.c | unsigned long snd_raw_buf_phys[MAX_DSP_DEV][DSP_BUFFCOUNT]; |
MAX_DSP_DEV | 68 | drivers/sound/dmabuf.c | int snd_raw_count[MAX_DSP_DEV]; |
MAX_DSP_DEV | 74 | drivers/sound/dmabuf.c | static int dev_busy[MAX_DSP_DEV]; |
MAX_DSP_DEV | 75 | drivers/sound/dmabuf.c | static int dev_needs_restart[MAX_DSP_DEV]; |
MAX_DSP_DEV | 76 | drivers/sound/dmabuf.c | static int dev_modes[MAX_DSP_DEV]; |
MAX_DSP_DEV | 77 | drivers/sound/dmabuf.c | static int dev_active[MAX_DSP_DEV]; |
MAX_DSP_DEV | 78 | drivers/sound/dmabuf.c | static int dev_started[MAX_DSP_DEV]; |
MAX_DSP_DEV | 79 | drivers/sound/dmabuf.c | static int dev_qlen[MAX_DSP_DEV]; |
MAX_DSP_DEV | 80 | drivers/sound/dmabuf.c | static int dev_qhead[MAX_DSP_DEV]; |
MAX_DSP_DEV | 81 | drivers/sound/dmabuf.c | static int dev_qtail[MAX_DSP_DEV]; |
MAX_DSP_DEV | 82 | drivers/sound/dmabuf.c | static int dev_underrun[MAX_DSP_DEV]; |
MAX_DSP_DEV | 83 | drivers/sound/dmabuf.c | static int bufferalloc_done[MAX_DSP_DEV] = |
MAX_DSP_DEV | 90 | drivers/sound/dmabuf.c | static int dev_nbufs[MAX_DSP_DEV]; /* # of logical buffers ( >= |
MAX_DSP_DEV | 92 | drivers/sound/dmabuf.c | static int dev_counts[MAX_DSP_DEV][MAX_SUB_BUFFERS]; |
MAX_DSP_DEV | 93 | drivers/sound/dmabuf.c | static int dev_subdivision[MAX_DSP_DEV]; |
MAX_DSP_DEV | 94 | drivers/sound/dmabuf.c | static unsigned long dev_buf_phys[MAX_DSP_DEV][MAX_SUB_BUFFERS]; |
MAX_DSP_DEV | 95 | drivers/sound/dmabuf.c | static char *dev_buf[MAX_DSP_DEV][MAX_SUB_BUFFERS] = |
MAX_DSP_DEV | 97 | drivers/sound/dmabuf.c | static int dev_buffsize[MAX_DSP_DEV]; |
MAX_DSP_DEV | 668 | drivers/sound/dmabuf.c | for (i = 0; i < MAX_DSP_DEV; i++) |
MAX_DSP_DEV | 74 | drivers/sound/gus_wave.c | extern char *snd_raw_buf[MAX_DSP_DEV][DSP_BUFFCOUNT]; |
MAX_DSP_DEV | 75 | drivers/sound/gus_wave.c | extern unsigned long snd_raw_buf_phys[MAX_DSP_DEV][DSP_BUFFCOUNT]; |
MAX_DSP_DEV | 76 | drivers/sound/gus_wave.c | extern int snd_raw_count[MAX_DSP_DEV]; |
MAX_DSP_DEV | 2346 | drivers/sound/gus_wave.c | if (num_dspdevs < MAX_DSP_DEV) |
MAX_DSP_DEV | 362 | drivers/sound/pas2_pcm.c | if (num_dspdevs < MAX_DSP_DEV) |
MAX_DSP_DEV | 702 | drivers/sound/sb_dsp.c | if (num_dspdevs < MAX_DSP_DEV) |
MAX_DSP_DEV | 53 | drivers/sound/soundcard.c | extern char *snd_raw_buf[MAX_DSP_DEV][DSP_BUFFCOUNT]; |
MAX_DSP_DEV | 54 | drivers/sound/soundcard.c | extern unsigned long snd_raw_buf_phys[MAX_DSP_DEV][DSP_BUFFCOUNT]; |
MAX_DSP_DEV | 55 | drivers/sound/soundcard.c | extern int snd_raw_count[MAX_DSP_DEV]; |