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

Data Fields

struct snddev_info info
 
device_t dev
 
char * name
 
struct intr_config_hook init_hook
 
device_t cpu_dev
 
device_t codec_dev
 

Detailed Description

Definition at line 61 of file audio_soc.c.

Field Documentation

◆ codec_dev

device_t audio_soc_softc::codec_dev

Definition at line 71 of file audio_soc.c.

Referenced by audio_soc_chan_setspeed(), audio_soc_chan_trigger(), and audio_soc_init().

◆ cpu_dev

◆ dev

device_t audio_soc_softc::dev

Definition at line 67 of file audio_soc.c.

Referenced by audio_soc_attach(), audio_soc_chan_setspeed(), and audio_soc_init().

◆ info

struct snddev_info audio_soc_softc::info

Definition at line 66 of file audio_soc.c.

◆ init_hook

struct intr_config_hook audio_soc_softc::init_hook

Definition at line 69 of file audio_soc.c.

Referenced by audio_soc_attach(), and audio_soc_init().

◆ name

char* audio_soc_softc::name

Definition at line 68 of file audio_soc.c.

Referenced by audio_soc_attach(), and audio_soc_detach().


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