Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sound/pci/
HDt4dwave.c72 u_int32_t rvol, cvol; member
401 ch->cvol &= 0x0000007f; in tr_wrch()
412 cr[3]=(ch->fmc<<14) | (ch->rvol<<7) | (ch->cvol); in tr_wrch()
458 ch->cvol= (cr[3] & 0x0000007f); in tr_rdch()
562 ch->rvol = ch->cvol = 0x7f; in trpchan_trigger()