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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/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
1392 chip->total_bufsize, &chip->dma);
1395 chip->total_bufsize);
2430 int total_bufsize,
2474 chip->total_bufsize = total_bufsize; /* in bytes */
2559 if (total_bufsize[de
2428 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 89 milliseconds