Searched refs:total_bufsize (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/
H A Des1968.c132 static int total_bufsize[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1024 }; variable
148 module_param_array(total_bufsize, int, NULL, 0444);
149 MODULE_PARM_DESC(total_bufsize, "Total buffer size in kB.");
493 int total_bufsize; /* in bytes */ member in struct:es1968
1419 chip->total_bufsize, &chip->dma);
1422 chip->total_bufsize);
2557 int total_bufsize,
2603 chip->total_bufsize = total_bufsize; /* in bytes */
2688 if (total_bufsize[de
2555 snd_es1968_create(struct snd_card *card, struct pci_dev *pci, int total_bufsize, int play_streams, int capt_streams, int chip_type, int do_pm, struct es1968 **chip_ret) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/
H A Des1968.c132 static int total_bufsize[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1024 }; variable
148 module_param_array(total_bufsize, int, NULL, 0444);
149 MODULE_PARM_DESC(total_bufsize, "Total buffer size in kB.");
493 int total_bufsize; /* in bytes */ member in struct:es1968
1419 chip->total_bufsize, &chip->dma);
1422 chip->total_bufsize);
2557 int total_bufsize,
2603 chip->total_bufsize = total_bufsize; /* in bytes */
2688 if (total_bufsize[de
2555 snd_es1968_create(struct snd_card *card, struct pci_dev *pci, int total_bufsize, int play_streams, int capt_streams, int chip_type, int do_pm, struct es1968 **chip_ret) argument
[all...]

Completed in 122 milliseconds