Home
last modified time | relevance | path

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

/linux-4.4.14/sound/mips/
Dhal2.c55 #define H2_BUF_SIZE 16384 macro
457 int count = H2_BUF_SIZE / H2_BLOCK_SIZE; in hal2_alloc_dmabuf()
460 codec->buffer = dma_alloc_noncoherent(NULL, H2_BUF_SIZE, in hal2_alloc_dmabuf()
467 dma_free_noncoherent(NULL, H2_BUF_SIZE, in hal2_alloc_dmabuf()
491 dma_free_noncoherent(NULL, H2_BUF_SIZE, codec->buffer, in hal2_free_dmabuf()
561 dac->pcm_indirect.hw_buffer_size = H2_BUF_SIZE; in hal2_playback_prepare()
614 dac->pcm_indirect.hw_queue_size = H2_BUF_SIZE / 2; in hal2_playback_ack()
653 adc->pcm_indirect.hw_buffer_size = H2_BUF_SIZE; in hal2_capture_prepare()
654 adc->pcm_indirect.hw_queue_size = H2_BUF_SIZE / 2; in hal2_capture_prepare()