Home
last modified time | relevance | path

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

/linux/sound/pci/
H A Drme32.c96 #define RME32_BUFFER_SIZE 0x20000 macro
297 .buffer_bytes_max = RME32_BUFFER_SIZE,
300 .periods_min = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
301 .periods_max = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
323 .buffer_bytes_max = RME32_BUFFER_SIZE,
326 .periods_min = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
327 .periods_max = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
646 runtime->dma_bytes = RME32_BUFFER_SIZE; in snd_rme32_playback_hw_params()
703 runtime->dma_bytes = RME32_BUFFER_SIZE; in snd_rme32_capture_hw_params()
812 RME32_BUFFER_SIZE); in snd_rme32_set_buffer_constraint()
[all...]