Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
HDhdspe.h92 #define HDSPE_CHANBUF_SIZE (4 * HDSPE_CHANBUF_SAMPLES) macro
93 #define HDSPE_DMASEGSIZE (HDSPE_CHANBUF_SIZE * HDSPE_MAX_SLOTS)
HDhdspe-pcm.c301 bzero(buf + HDSPE_CHANBUF_SAMPLES * ch->lslot, HDSPE_CHANBUF_SIZE); in clean()
302 bzero(buf + HDSPE_CHANBUF_SAMPLES * ch->rslot, HDSPE_CHANBUF_SIZE); in clean()
328 ch->size = HDSPE_CHANBUF_SIZE * 2 /* slots */; in hdspechan_init()
558 sndbuf_resize(ch->buffer, (HDSPE_CHANBUF_SIZE * 2) / (sc->period * 4), in hdspechan_setblocksize()