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

Data Fields

struct usb_xferxfer [UAUDIO_HID_N_TRANSFER]
 
struct hid_location volume_up_loc
 
struct hid_location volume_down_loc
 
struct hid_location mute_loc
 
uint32_t flags
 
uint8_t iface_index
 
uint8_t volume_up_id
 
uint8_t volume_down_id
 
uint8_t mute_id
 

Detailed Description

Definition at line 334 of file uaudio.c.

Field Documentation

◆ flags

uint32_t uaudio_hid::flags

Definition at line 339 of file uaudio.c.

Referenced by uaudio_chan_fill_info_sub(), uaudio_hid_probe(), and uaudio_hid_rx_callback().

◆ iface_index

uint8_t uaudio_hid::iface_index

Definition at line 345 of file uaudio.c.

Referenced by uaudio_chan_fill_info_sub(), and uaudio_hid_probe().

◆ mute_id

uint8_t uaudio_hid::mute_id

Definition at line 348 of file uaudio.c.

Referenced by uaudio_hid_probe(), and uaudio_hid_rx_callback().

◆ mute_loc

struct hid_location uaudio_hid::mute_loc

Definition at line 338 of file uaudio.c.

Referenced by uaudio_hid_probe(), and uaudio_hid_rx_callback().

◆ volume_down_id

uint8_t uaudio_hid::volume_down_id

Definition at line 347 of file uaudio.c.

Referenced by uaudio_hid_probe(), and uaudio_hid_rx_callback().

◆ volume_down_loc

struct hid_location uaudio_hid::volume_down_loc

Definition at line 337 of file uaudio.c.

Referenced by uaudio_hid_probe(), and uaudio_hid_rx_callback().

◆ volume_up_id

uint8_t uaudio_hid::volume_up_id

Definition at line 346 of file uaudio.c.

Referenced by uaudio_hid_probe(), and uaudio_hid_rx_callback().

◆ volume_up_loc

struct hid_location uaudio_hid::volume_up_loc

Definition at line 336 of file uaudio.c.

Referenced by uaudio_hid_probe(), and uaudio_hid_rx_callback().

◆ xfer

struct usb_xfer* uaudio_hid::xfer[UAUDIO_HID_N_TRANSFER]

Definition at line 335 of file uaudio.c.

Referenced by uaudio_hid_detach(), uaudio_hid_probe(), and uaudio_mixer_reload_all().


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