Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/
H A Drme32.c97 #define RME32_BUFFER_SIZE 0x20000 macro
319 .buffer_bytes_max = RME32_BUFFER_SIZE,
322 .periods_min = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
323 .periods_max = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
345 .buffer_bytes_max = RME32_BUFFER_SIZE,
348 .periods_min = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
349 .periods_max = RME32_BUFFER_SIZE / RME32_BLOCK_SIZE,
669 runtime->dma_bytes = RME32_BUFFER_SIZE; in snd_rme32_playback_hw_params()
720 runtime->dma_bytes = RME32_BUFFER_SIZE; in snd_rme32_capture_hw_params()
826 RME32_BUFFER_SIZE); in snd_rme32_set_buffer_constraint()
[all …]