Searched refs:DMABUF_SIZE (Results 1 – 2 of 2) sorted by relevance
62 #define DMABUF_SIZE (256 * 1024) macro66 #define AUDIO_MEMSIZE (EMU10K_NUM_PORTC*DMABUF_SIZE+4096)
874 devc->audio_memptr += (DMABUF_SIZE + 4095) & ~4095; in emu10k_alloc_port()915 if (portc->buf_size > DMABUF_SIZE) { in emu10k_alloc_port()917 (int)portc->buf_size, DMABUF_SIZE); in emu10k_alloc_port()918 portc->buf_size = DMABUF_SIZE; in emu10k_alloc_port()