Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/
Drme32.c111 #define RME32_BUFFER_SIZE 0x20000 macro
332 .buffer_bytes_max = RME32_BUFFER_SIZE,
335 .periods_min = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
336 .periods_max = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
357 .buffer_bytes_max = RME32_BUFFER_SIZE,
360 .periods_min = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
361 .periods_max = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
683 runtime->dma_bytes = RME32_BUFFER_SIZE; in snd_rme32_playback_hw_params()
738 runtime->dma_bytes = RME32_BUFFER_SIZE; in snd_rme32_capture_hw_params()
852 RME32_BUFFER_SIZE); in snd_rme32_set_buffer_constraint()
[all …]