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

Data Fields

struct pcm_channelrdch
 
struct pcm_channelwrch
 
struct pcm_channelvolch
 
int busy
 
int simplex
 

Detailed Description

Definition at line 58 of file dsp.c.

Field Documentation

◆ busy

int dsp_cdevinfo::busy

Definition at line 61 of file dsp.c.

Referenced by dsp_cdevinfo_alloc(), and dsp_cdevinfo_free().

◆ rdch

struct pcm_channel* dsp_cdevinfo::rdch

Definition at line 59 of file dsp.c.

Referenced by dsp_cdevinfo_alloc(), and dsp_cdevinfo_free().

◆ simplex

int dsp_cdevinfo::simplex

Definition at line 61 of file dsp.c.

Referenced by dsp_cdevinfo_alloc(), and dsp_cdevinfo_free().

◆ volch

struct pcm_channel* dsp_cdevinfo::volch

Definition at line 60 of file dsp.c.

Referenced by dsp_cdevinfo_alloc(), and dsp_cdevinfo_free().

◆ wrch

struct pcm_channel * dsp_cdevinfo::wrch

Definition at line 59 of file dsp.c.

Referenced by dsp_cdevinfo_alloc(), and dsp_cdevinfo_free().


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