Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/audio/drv/audioens/
H A Daudioens.c137 #define AUDIOENS_BUF_LEN (16384) macro
430 port->nframes = AUDIOENS_BUF_LEN / (port->nchan * sizeof (int16_t)); in audioens_open()
750 if (ddi_dma_mem_alloc(port->dmah, AUDIOENS_BUF_LEN, &buf_attr, in audioens_init()
760 AUDIOENS_BUF_LEN, dmaflags, DDI_DMA_SLEEP, NULL, in audioens_init()