struct hda_stream_desc_regs

Defined at line 39 of file ../../src/media/audio/drivers/lib/intel-hda/include/intel-hda/utils/intel-hda-registers.h

TODO(johngro)

Consider moving these structures and their associated flags into a more C++

style, where the flags can either be static constexpr members of the

structures, or in their own namespace. Also, consider moving away from the

underscore separated typedef declarations, and to LeadingUpperCamelCased

declarations made without typedef and the _t suffix.

Currently, we have to keep the register structures C compatible, because they

are used in the response for the CONTROLLER_SNAPSHOT_REGS command. When we

can send back a read-only VMO to provide debug access to the registers, we

can do away with this.

Public Members

 ctl_sts
uint32_t lpib
uint32_t cbl
uint16_t lvi
uint8_t[2] __rsvd0
uint16_t fifod
uint16_t fmt
uint8_t[4] __rsvd1
uint32_t bdpl
uint32_t bdpu

Records