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

Data Fields

device_t dev
 
csa_res res
 
device_t pcm
 
driver_intr_t * pcmintr
 
void * pcmintr_arg
 
device_t midi
 
driver_intr_t * midiintr
 
void * midiintr_arg
 
void * ih
 
struct csa_cardcard
 
struct csa_bridgeinfo binfo
 

Detailed Description

Definition at line 65 of file csa.c.

Field Documentation

◆ binfo

struct csa_bridgeinfo csa_softc::binfo

Definition at line 78 of file csa.c.

◆ card

struct csa_card* csa_softc::card

Definition at line 77 of file csa.c.

◆ dev

device_t csa_softc::dev

Definition at line 66 of file csa.c.

◆ ih

void* csa_softc::ih

Definition at line 75 of file csa.c.

◆ midi

device_t csa_softc::midi

Definition at line 72 of file csa.c.

◆ midiintr

driver_intr_t* csa_softc::midiintr

Definition at line 73 of file csa.c.

◆ midiintr_arg

void* csa_softc::midiintr_arg

Definition at line 74 of file csa.c.

◆ pcm

device_t csa_softc::pcm

Definition at line 69 of file csa.c.

◆ pcmintr

driver_intr_t* csa_softc::pcmintr

Definition at line 70 of file csa.c.

◆ pcmintr_arg

void* csa_softc::pcmintr_arg

Definition at line 71 of file csa.c.

◆ res

csa_res csa_softc::res

Definition at line 67 of file csa.c.


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