ReactOS 0.4.16-dev-2293-g4d8327b
sof-tplg.h
Go to the documentation of this file.
1#define SOFTPLG_MAGIC '$SOF'
2
3#ifdef __REACTOS__
4// Downgrade unsupported NT6.2+ features.
5#define NonPagedPoolNx NonPagedPool
6#define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
7#endif
8
9typedef struct _SOF_TPLG {
12 char speaker_tplg[32];
13 char hp_tplg[32];
14 char dmic_tplg[32];
16
17NTSTATUS GetSOFTplg(WDFDEVICE FxDevice, SOF_TPLG *sofTplg);
LONG NTSTATUS
Definition: precomp.h:26
NTSTATUS GetSOFTplg(WDFDEVICE FxDevice, SOF_TPLG *sofTplg)
struct _SOF_TPLG * PSOF_TPLG
struct _SOF_TPLG SOF_TPLG
UINT32 magic
Definition: sof-tplg.h:10
char speaker_tplg[32]
Definition: sof-tplg.h:12
char dmic_tplg[32]
Definition: sof-tplg.h:14
char hp_tplg[32]
Definition: sof-tplg.h:13
UINT32 length
Definition: sof-tplg.h:11
uint32_t UINT32
Definition: typedefs.h:59