|
ReactOS 0.4.16-dev-2304-g8aed778
|
#include <hdaudio.h>

Public Attributes | |
| union { | |
| struct { | |
| union { | |
| struct { | |
| ULONG Response:26 | |
| ULONG Tag:6 | |
| } Unsolicited | |
| ULONG Response | |
| } | |
| ULONG SDataIn:4 | |
| ULONG IsUnsolicitedResponse:1 | |
| ULONG __pad0__:25 | |
| ULONG HasFifoOverrun:1 | |
| ULONG IsValid:1 | |
| } | |
| ULONGLONG CompleteResponse | |
| }; | |
| union { ... } _HDAUDIO_CODEC_RESPONSE::@2195 |
| ULONG _HDAUDIO_CODEC_RESPONSE::IsUnsolicitedResponse |
Definition at line 47 of file hdaudio.h.
Referenced by HDAFlushRIRB().
| ULONG _HDAUDIO_CODEC_RESPONSE::IsValid |
Definition at line 50 of file hdaudio.h.
Referenced by HDAFlushRIRB(), and RunSingleHDACmd().
| ULONG _HDAUDIO_CODEC_RESPONSE::Response |
Definition at line 41 of file hdaudio.h.
Referenced by HDAFlushRIRB(), and RunSingleHDACmd().
| ULONG _HDAUDIO_CODEC_RESPONSE::SDataIn |
Definition at line 46 of file hdaudio.h.
Referenced by HDAFlushRIRB().
| struct { ... } _HDAUDIO_CODEC_RESPONSE::Unsolicited |
Referenced by HDAFlushRIRB().