Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Drme32.c96 #define RME32_BUFFER_SIZE 0x20000 macro
294 .buffer_bytes_max = RME32_BUFFER_SIZE,
297 .periods_min = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
298 .periods_max = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
320 .buffer_bytes_max = RME32_BUFFER_SIZE,
323 .periods_min = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
324 .periods_max = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
643 runtime->dma_bytes = RME32_BUFFER_SIZE; in snd_rme32_playback_hw_params()
700 runtime->dma_bytes = RME32_BUFFER_SIZE; in snd_rme32_capture_hw_params()
809 RME32_BUFFER_SIZE); in snd_rme32_set_buffer_constraint()
[all …]