Home
last modified time | relevance | path

Searched refs:max_buffer_size (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/sound/pci/emu10k1/
Demu10k1.c52 static int max_buffer_size[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 128}; variable
71 module_param_array(max_buffer_size, int, NULL, 0444);
72 MODULE_PARM_DESC(max_buffer_size, "Maximum sample buffer size in MB.");
124 if (max_buffer_size[dev] < 32) in snd_card_emu10k1_probe()
125 max_buffer_size[dev] = 32; in snd_card_emu10k1_probe()
126 else if (max_buffer_size[dev] > 1024) in snd_card_emu10k1_probe()
127 max_buffer_size[dev] = 1024; in snd_card_emu10k1_probe()
129 (long)max_buffer_size[dev] * 1024 * 1024, in snd_card_emu10k1_probe()
/linux-4.4.14/drivers/staging/most/hdm-dim2/
Ddim2_hal.h83 u16 max_buffer_size);
86 u16 max_buffer_size);
Ddim2_hal.c743 u16 max_buffer_size) in DIM_InitControl() argument
746 max_buffer_size); in DIM_InitControl()
750 u16 max_buffer_size) in DIM_InitAsync() argument
753 max_buffer_size); in DIM_InitAsync()
/linux-4.4.14/sound/soc/
Dsoc-generic-dmaengine-pcm.c258 size_t max_buffer_size; in dmaengine_pcm_new() local
264 max_buffer_size = config->pcm_hardware->buffer_bytes_max; in dmaengine_pcm_new()
267 max_buffer_size = SIZE_MAX; in dmaengine_pcm_new()
298 max_buffer_size); in dmaengine_pcm_new()
/linux-4.4.14/Documentation/sound/alsa/
DALSA-Configuration.txt646 max_buffer_size - specifies the maximum size of wavetable/pcm buffers