Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/
Des1968.c136 static int total_bufsize[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1024 }; variable
153 module_param_array(total_bufsize, int, NULL, 0444);
154 MODULE_PARM_DESC(total_bufsize, "Total buffer size in kB.");
501 int total_bufsize; /* in bytes */ member
1443 chip->total_bufsize, &chip->dma); in snd_es1968_init_dmabuf()
1447 chip->total_bufsize); in snd_es1968_init_dmabuf()
2672 int total_bufsize, in snd_es1968_create() argument
2717 chip->total_bufsize = total_bufsize; /* in bytes */ in snd_es1968_create()
2828 if (total_bufsize[dev] < 128) in snd_es1968_probe()
2829 total_bufsize[dev] = 128; in snd_es1968_probe()
[all …]
/linux-4.4.14/Documentation/sound/alsa/
DALSA-Configuration.txt757 total_bufsize - total buffer size in kB (1-4096kB)