[CMAKE]
[reactos.git] / drivers / wdm / audio / legacy / wdmaud / interface.h
index 211045c..025bebb 100644 (file)
@@ -26,7 +26,7 @@ typedef struct
 {
     KSSTREAM_HEADER Header;
     SOUND_DEVICE_TYPE DeviceType;
-    ULONG DeviceIndex;
+    ULONG_PTR DeviceIndex;
 
     HANDLE hDevice;
     ULONG DeviceCount;
@@ -42,6 +42,8 @@ typedef struct
         WAVEOUTCAPSW WaveOutCaps;
         AUXCAPSW     AuxCaps;
         WAVEINCAPSW  WaveInCaps;
+        MIDIINCAPSW  MidiInCaps;
+        MIDIOUTCAPSW MidiOutCaps;
         ULONGLONG    Position;
         struct
         {