Home
last modified time | relevance | path

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

/Linux-v5.15/sound/pci/
Drme32.c96 #define RME32_BUFFER_SIZE 0x20000 macro
318 .buffer_bytes_max = RME32_BUFFER_SIZE,
321 .periods_min = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
322 .periods_max = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
344 .buffer_bytes_max = RME32_BUFFER_SIZE,
347 .periods_min = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
348 .periods_max = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
667 runtime->dma_bytes = RME32_BUFFER_SIZE; in snd_rme32_playback_hw_params()
724 runtime->dma_bytes = RME32_BUFFER_SIZE; in snd_rme32_capture_hw_params()
833 RME32_BUFFER_SIZE); in snd_rme32_set_buffer_constraint()
[all …]