FreeBSD kernel sound device code
sc_pcminfo Struct Reference

#include <hdspe.h>

Collaboration diagram for sc_pcminfo:

Data Fields

device_t dev
 
uint32_t(* ih )(struct sc_pcminfo *scp)
 
uint32_t chnum
 
struct sc_chinfo chan [HDSPE_MAX_CHANS]
 
struct sc_infosc
 
struct hdspe_channelhc
 

Detailed Description

Definition at line 156 of file hdspe.h.

Field Documentation

◆ chan

struct sc_chinfo sc_pcminfo::chan[HDSPE_MAX_CHANS]

Definition at line 160 of file hdspe.h.

Referenced by hdspe_pcm_intr(), hdspe_running(), hdspechan_init(), and hdspemixer_set().

◆ chnum

uint32_t sc_pcminfo::chnum

◆ dev

◆ hc

struct hdspe_channel* sc_pcminfo::hc

Definition at line 162 of file hdspe.h.

Referenced by hdspe_attach(), hdspe_pcm_attach(), hdspechan_init(), and hdspemixer_init().

◆ ih

uint32_t(* sc_pcminfo::ih) (struct sc_pcminfo *scp)

Definition at line 158 of file hdspe.h.

Referenced by hdspe_intr(), and hdspe_pcm_attach().

◆ sc


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