wine-wine/dlls/mmdevapi
Andrew Eikum 66724f617e mmdevapi: Attempt to determine default devices from the registry.
This uses a new, Wine-specific registry key
<HKCU\Software\Wine\Drivers\wine<driver>.drv> to determine the correct
device to use for the various defaults. The drivers still supply their
own defaults which will be chosen if no registry entry is defined. For
portability we use a driver-specific key in order to support default
devices for each of the driver backends.
2011-10-05 16:50:29 -05:00
..
tests mmdevapi: Don't fail if dwChannelMask is not set correctly. 2011-09-28 21:04:33 +02:00
Makefile.in mmdevapi: Reimplement using a driver system. 2011-04-25 17:24:50 +02:00
audiovolume.c mmdevapi: Reimplement using a driver system. 2011-04-25 17:24:50 +02:00
devenum.c mmdevapi: Attempt to determine default devices from the registry. 2011-10-05 16:50:29 -05:00
main.c mmdevapi: Attempt to determine default devices from the registry. 2011-10-05 16:50:29 -05:00
mmdevapi.h mmdevapi: Attempt to determine default devices from the registry. 2011-10-05 16:50:29 -05:00
mmdevapi.spec
mmdevapi_classes.idl mmdevapi: Convert dll registration to the IRegistrar mechanism. 2010-12-07 13:30:55 +01:00