Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dt4dwave.c109 struct tr_rchinfo recchinfo; member
615 ch = &tr->recchinfo; in trrchan_init()
768 chn_intr(tr->recchinfo.channel); in tr_intr()
980 tr->recchinfo.was_active = tr->recchinfo.active; in tr_pci_suspend()
981 if (tr->recchinfo.active) { in tr_pci_suspend()
982 trrchan_trigger(NULL, &tr->recchinfo, PCMTRIG_STOP); in tr_pci_suspend()
1012 if (tr->recchinfo.was_active) { in tr_pci_resume()
1013 trrchan_trigger(NULL, &tr->recchinfo, PCMTRIG_START); in tr_pci_resume()