FreeBSD kernel sound device code
vchan_info Struct Reference
Collaboration diagram for vchan_info:

Data Fields

struct pcm_channelchannel
 
struct pcmchan_caps caps
 
uint32_t fmtlist [FMTLIST_MAX]
 
int trigger
 

Detailed Description

Definition at line 55 of file vchan.c.

Field Documentation

◆ caps

struct pcmchan_caps vchan_info::caps

Definition at line 57 of file vchan.c.

Referenced by vchan_getcaps(), vchan_init(), vchan_setformat(), and vchan_setspeed().

◆ channel

struct pcm_channel* vchan_info::channel

Definition at line 56 of file vchan.c.

Referenced by vchan_getcaps(), vchan_init(), vchan_setformat(), vchan_setspeed(), and vchan_trigger().

◆ fmtlist

uint32_t vchan_info::fmtlist[FMTLIST_MAX]

Definition at line 58 of file vchan.c.

Referenced by vchan_getcaps(), and vchan_init().

◆ trigger

int vchan_info::trigger

Definition at line 59 of file vchan.c.

Referenced by vchan_init(), and vchan_trigger().


The documentation for this struct was generated from the following file: