Searched refs:RME96_BUFFER_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/sound/pci/
H A Drme96.c73 #define RME96_BUFFER_SIZE 0x10000 macro
393 .buffer_bytes_max = RME96_BUFFER_SIZE,
396 .periods_min = RME96_BUFFER_SIZE / RME96_LARGE_BLOCK_SIZE,
397 .periods_max = RME96_BUFFER_SIZE / RME96_SMALL_BLOCK_SIZE,
424 .buffer_bytes_max = RME96_BUFFER_SIZE,
427 .periods_min = RME96_BUFFER_SIZE / RME96_LARGE_BLOCK_SIZE,
428 .periods_max = RME96_BUFFER_SIZE / RME96_SMALL_BLOCK_SIZE,
451 .buffer_bytes_max = RME96_BUFFER_SIZE,
454 .periods_min = RME96_BUFFER_SIZE / RME96_LARGE_BLOCK_SIZE,
455 .periods_max = RME96_BUFFER_SIZE / RME96_SMALL_BLOCK_SIZE,
478 .buffer_bytes_max = RME96_BUFFER_SIZE,
481 .periods_min = RME96_BUFFER_SIZE / RME96_LARGE_BLOCK_SIZE,
482 .periods_max = RME96_BUFFER_SIZE / RME96_SMALL_BLOCK_SIZE,
989 runtime->dma_bytes = RME96_BUFFER_SIZE; snd_rme96_playback_hw_params()
1051 runtime->dma_bytes = RME96_BUFFER_SIZE; snd_rme96_capture_hw_params()
1167 RME96_BUFFER_SIZE); rme96_set_buffer_size_constraint()
2384 rme96->iobase + RME96_IO_PLAY_BUFFER, RME96_BUFFER_SIZE); rme96_suspend()
2386 rme96->iobase + RME96_IO_REC_BUFFER, RME96_BUFFER_SIZE); rme96_suspend()
2407 rme96->playback_suspend_buffer, RME96_BUFFER_SIZE); rme96_resume()
2409 rme96->capture_suspend_buffer, RME96_BUFFER_SIZE); rme96_resume()
2472 rme96->playback_suspend_buffer = vmalloc(RME96_BUFFER_SIZE); snd_rme96_probe()
2479 rme96->capture_suspend_buffer = vmalloc(RME96_BUFFER_SIZE); snd_rme96_probe()

Completed in 53 milliseconds