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

Data Fields

int spd
 
int fmt
 
unsigned int blksz
 
int run
 
struct emu_voicemaster
 
struct emu_voiceslave
 
struct snd_dbufbuffer
 
struct pcm_channelchannel
 
struct emu_pcm_infopcm
 
int timer
 

Detailed Description

Definition at line 57 of file emu10kx-pcm.c.

Field Documentation

◆ blksz

unsigned int emu_pcm_pchinfo::blksz

Definition at line 60 of file emu10kx-pcm.c.

Referenced by emupchan_init(), emupchan_setblocksize(), and emupchan_trigger().

◆ buffer

struct snd_dbuf* emu_pcm_pchinfo::buffer

Definition at line 64 of file emu10kx-pcm.c.

Referenced by emupchan_init(), emupchan_setblocksize(), and emupchan_trigger().

◆ channel

struct pcm_channel* emu_pcm_pchinfo::channel

Definition at line 65 of file emu10kx-pcm.c.

Referenced by emu_pcm_intr(), and emupchan_init().

◆ fmt

int emu_pcm_pchinfo::fmt

Definition at line 59 of file emu10kx-pcm.c.

Referenced by emupchan_init(), emupchan_setformat(), and emupchan_trigger().

◆ master

struct emu_voice* emu_pcm_pchinfo::master

Definition at line 62 of file emu10kx-pcm.c.

Referenced by emupchan_free(), emupchan_getptr(), emupchan_init(), and emupchan_trigger().

◆ pcm

struct emu_pcm_info* emu_pcm_pchinfo::pcm

◆ run

int emu_pcm_pchinfo::run

Definition at line 61 of file emu10kx-pcm.c.

Referenced by emu_pcm_intr(), and emupchan_trigger().

◆ slave

struct emu_voice* emu_pcm_pchinfo::slave

Definition at line 63 of file emu10kx-pcm.c.

Referenced by emupchan_free(), and emupchan_init().

◆ spd

int emu_pcm_pchinfo::spd

Definition at line 58 of file emu10kx-pcm.c.

Referenced by emupchan_init(), emupchan_setspeed(), and emupchan_trigger().

◆ timer

int emu_pcm_pchinfo::timer

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