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

Data Fields

union uaudio_asf1d p_asf1d
 
union uaudio_sed p_sed
 
const usb_endpoint_descriptor_audio_t * p_ed1
 
const struct uaudio_formatp_fmt
 
const struct usb_configusb_cfg
 
uint32_t sample_rate
 
uint16_t sample_size
 
uint8_t iface_index
 
uint8_t iface_alt_index
 
uint8_t channels
 

Detailed Description

Definition at line 218 of file uaudio.c.

Field Documentation

◆ channels

uint8_t uaudio_chan_alt::channels

Definition at line 228 of file uaudio.c.

Referenced by uaudio_attach(), uaudio_chan_fill_info(), and uaudio_chan_fill_info_sub().

◆ iface_alt_index

uint8_t uaudio_chan_alt::iface_alt_index

Definition at line 227 of file uaudio.c.

Referenced by uaudio_chan_fill_info_sub(), and uaudio_configure_msg_sub().

◆ iface_index

uint8_t uaudio_chan_alt::iface_index

Definition at line 226 of file uaudio.c.

Referenced by uaudio_attach(), uaudio_chan_fill_info_sub(), and uaudio_configure_msg_sub().

◆ p_asf1d

union uaudio_asf1d uaudio_chan_alt::p_asf1d

Definition at line 219 of file uaudio.c.

Referenced by uaudio_chan_fill_info_sub().

◆ p_ed1

const usb_endpoint_descriptor_audio_t* uaudio_chan_alt::p_ed1

◆ p_fmt

const struct uaudio_format* uaudio_chan_alt::p_fmt

Definition at line 222 of file uaudio.c.

Referenced by uaudio_attach(), and uaudio_chan_fill_info_sub().

◆ p_sed

union uaudio_sed uaudio_chan_alt::p_sed

Definition at line 220 of file uaudio.c.

Referenced by uaudio_chan_fill_info_sub(), and uaudio_configure_msg_sub().

◆ sample_rate

◆ sample_size

uint16_t uaudio_chan_alt::sample_size

◆ usb_cfg

const struct usb_config* uaudio_chan_alt::usb_cfg

Definition at line 223 of file uaudio.c.

Referenced by uaudio_chan_fill_info_sub(), and uaudio_configure_msg_sub().


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