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

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

Completed in 59 milliseconds