-
366bf498
by Alexandre Julliard at 2025-04-16T12:33:02+02:00
mmdevapi: Unload the driver module on process detach.
-
67621806
by Alexandre Julliard at 2025-04-16T12:40:02+02:00
mmdevapi: Allow audio drivers to defer MIDI support to a different driver.
Needed since PulseAudio doesn't do MIDI and falls back to Alsa.
-
b002a3e8
by Alexandre Julliard at 2025-04-16T13:07:07+02:00
mmdevapi: Move the DriverProc implementation to the common code.
-
b10df047
by Alexandre Julliard at 2025-04-16T13:14:15+02:00
mmdevapi: Move the mid/modMessage implementations to the common code.
-
7473bbd0
by Alexandre Julliard at 2025-04-16T13:18:26+02:00
mmdevapi: Merge mmdevdrv.h into mmdevapi_private.h.
And remove dead code using it from the drivers.