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

Data Fields

struct sb_infoparent
 
struct pcm_channelchannel
 
struct snd_dbufbuffer
 
int dir
 
int run
 
int dch
 
u_int32_t fmt
 
u_int32_t spd
 
u_int32_t blksz
 

Detailed Description

Definition at line 77 of file sb16.c.

Field Documentation

◆ blksz

u_int32_t sb_chinfo::blksz

Definition at line 82 of file sb16.c.

Referenced by sb16chan_setblocksize(), sb_setup(), sb_start(), and sbchan_setblocksize().

◆ buffer

struct snd_dbuf * sb_chinfo::buffer

◆ channel

struct pcm_channel * sb_chinfo::channel

Definition at line 79 of file sb16.c.

Referenced by sb16chan_init(), sb_intr(), and sbchan_init().

◆ dch

int sb_chinfo::dch

Definition at line 81 of file sb16.c.

Referenced by sb_intr(), and sb_setup().

◆ dir

int sb_chinfo::dir

◆ fmt

u_int32_t sb_chinfo::fmt

Definition at line 82 of file sb16.c.

Referenced by sb16chan_setformat(), sb_intr(), sb_setup(), sb_speed(), sb_start(), and sbchan_setformat().

◆ parent

◆ run

int sb_chinfo::run

Definition at line 81 of file sb16.c.

Referenced by sb16chan_trigger(), sb_intr(), and sb_setup().

◆ spd

u_int32_t sb_chinfo::spd

Definition at line 82 of file sb16.c.

Referenced by sb16chan_setspeed(), sb_setup(), sb_speed(), and sbchan_setspeed().


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