OpenCore
1.0.4
OpenCore Bootloader
|
#include <HdaCodec.h>
Data Fields | |
HDA_FUNC_GROUP * | FuncGroup |
UINT8 | NodeId |
UINT8 | Type |
UINT32 | Capabilities |
UINT8 | DefaultUnSol |
UINT32 | ConnectionListLength |
UINT16 * | Connections |
HDA_WIDGET_DEV ** | WidgetConnections |
UINT32 | ConnectionCount |
HDA_WIDGET_DEV * | UpstreamWidget |
UINT8 | UpstreamIndex |
UINT32 | SupportedPowerStates |
UINT32 | DefaultPowerState |
BOOLEAN | AmpOverride |
UINT32 | AmpInCapabilities |
UINT32 | AmpOutCapabilities |
UINT8 * | AmpInLeftDefaultGainMute |
UINT8 * | AmpInRightDefaultGainMute |
UINT8 | AmpOutLeftDefaultGainMute |
UINT8 | AmpOutRightDefaultGainMute |
UINT32 | SupportedPcmRates |
UINT32 | SupportedFormats |
UINT16 | DefaultConvFormat |
UINT8 | DefaultConvStreamChannel |
UINT8 | DefaultConvChannelCount |
UINT32 | PinCapabilities |
UINT8 | DefaultEapd |
UINT8 | DefaultPinControl |
UINT32 | DefaultConfiguration |
UINT32 | VolumeCapabilities |
UINT8 | DefaultVolume |
Definition at line 37 of file HdaCodec.h.
UINT32 _HDA_WIDGET_DEV::AmpInCapabilities |
Definition at line 60 of file HdaCodec.h.
UINT8* _HDA_WIDGET_DEV::AmpInLeftDefaultGainMute |
Definition at line 62 of file HdaCodec.h.
UINT8* _HDA_WIDGET_DEV::AmpInRightDefaultGainMute |
Definition at line 63 of file HdaCodec.h.
UINT32 _HDA_WIDGET_DEV::AmpOutCapabilities |
Definition at line 61 of file HdaCodec.h.
UINT8 _HDA_WIDGET_DEV::AmpOutLeftDefaultGainMute |
Definition at line 64 of file HdaCodec.h.
UINT8 _HDA_WIDGET_DEV::AmpOutRightDefaultGainMute |
Definition at line 65 of file HdaCodec.h.
BOOLEAN _HDA_WIDGET_DEV::AmpOverride |
Definition at line 59 of file HdaCodec.h.
UINT32 _HDA_WIDGET_DEV::Capabilities |
Definition at line 43 of file HdaCodec.h.
UINT32 _HDA_WIDGET_DEV::ConnectionCount |
Definition at line 50 of file HdaCodec.h.
UINT32 _HDA_WIDGET_DEV::ConnectionListLength |
Definition at line 47 of file HdaCodec.h.
UINT16* _HDA_WIDGET_DEV::Connections |
Definition at line 48 of file HdaCodec.h.
UINT32 _HDA_WIDGET_DEV::DefaultConfiguration |
Definition at line 78 of file HdaCodec.h.
UINT8 _HDA_WIDGET_DEV::DefaultConvChannelCount |
Definition at line 72 of file HdaCodec.h.
UINT16 _HDA_WIDGET_DEV::DefaultConvFormat |
Definition at line 70 of file HdaCodec.h.
UINT8 _HDA_WIDGET_DEV::DefaultConvStreamChannel |
Definition at line 71 of file HdaCodec.h.
UINT8 _HDA_WIDGET_DEV::DefaultEapd |
Definition at line 76 of file HdaCodec.h.
UINT8 _HDA_WIDGET_DEV::DefaultPinControl |
Definition at line 77 of file HdaCodec.h.
UINT32 _HDA_WIDGET_DEV::DefaultPowerState |
Definition at line 56 of file HdaCodec.h.
UINT8 _HDA_WIDGET_DEV::DefaultUnSol |
Definition at line 44 of file HdaCodec.h.
UINT8 _HDA_WIDGET_DEV::DefaultVolume |
Definition at line 82 of file HdaCodec.h.
HDA_FUNC_GROUP* _HDA_WIDGET_DEV::FuncGroup |
Definition at line 38 of file HdaCodec.h.
UINT8 _HDA_WIDGET_DEV::NodeId |
Definition at line 39 of file HdaCodec.h.
UINT32 _HDA_WIDGET_DEV::PinCapabilities |
Definition at line 75 of file HdaCodec.h.
UINT32 _HDA_WIDGET_DEV::SupportedFormats |
Definition at line 69 of file HdaCodec.h.
UINT32 _HDA_WIDGET_DEV::SupportedPcmRates |
Definition at line 68 of file HdaCodec.h.
UINT32 _HDA_WIDGET_DEV::SupportedPowerStates |
Definition at line 55 of file HdaCodec.h.
UINT8 _HDA_WIDGET_DEV::Type |
Definition at line 40 of file HdaCodec.h.
UINT8 _HDA_WIDGET_DEV::UpstreamIndex |
Definition at line 52 of file HdaCodec.h.
HDA_WIDGET_DEV* _HDA_WIDGET_DEV::UpstreamWidget |
Definition at line 51 of file HdaCodec.h.
UINT32 _HDA_WIDGET_DEV::VolumeCapabilities |
Definition at line 81 of file HdaCodec.h.
HDA_WIDGET_DEV** _HDA_WIDGET_DEV::WidgetConnections |
Definition at line 49 of file HdaCodec.h.