; Intel Play Digital Movie Creator
; USBAudio Filter Driver
; Copyright (c)2000-2001 Intel Corporation.
;
[Version]
Signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Intel%
LayoutFile=layout.inf,layout1.inf,layout2.inf
DriverVer=07/12/2001, 1.0.0.34
CatalogFile=IDMC1.cat
[Manufacturer]
%Intel%=Intel.Section,NT
;============================================================================
[ControlFlags]
ExcludeFromSelect=*
; [DMCAudio] is used by 98, 98SE, and 98ME.
; [DMCAudio.NT] is used by Win2k.
; [DMCAudio.XP] is used by WinXP.
[Intel.Section]
%DMC1.DeviceDesc%=DMCAudio,USB\VID_8086&PID_0510&MI_02
[Intel.Section.NT]
%DMC1.DeviceDesc%=DMCAudio.XP,USB\VID_8086&PID_0510&MI_02
[DestinationDirs]
DefaultDestDir=10,system32\drivers
DMCAudio.CopyList=10,system32\drivers ; %SystemRoot%\system32\drivers
DMCAudio.CopyWin98=10,system32\drivers ; %SystemRoot%\system32\drivers
[SourceDisksNames]
1=%DiskName%,idmc1.cab,,
;============================================================================
; Win98/SE/ME.
[DMCAudio]
Include=ks.inf,wdmaudio.inf
Needs=KS.Registration,WDMAUDIO.Registration
CopyFiles=DMCAudio.CopyList,DMCAudio.CopyWin98
AddReg=DMCAudio.AddReg
UpdateInis=DMCAudio.Win.Ini
[DMCAudio.HW]
AddReg=DMCAudio.AddReg.HW
[DMCAudio.Win.Ini]
win.ini,wavein,,"Channels=1"
win.ini,wavein,,"Frequency=48000"
win.ini,wavein,,"BitsPerSample=16"
;; Win2K
[DMCAudio.NT.HW]
AddReg=DMCAudio.AddReg.NT.HW
[DMCAudio.NT]
Include=ks.inf,wdma_usb.inf
Needs=KS.Registration,USBMic.NT
CopyFiles=DMCAudio.CopyList
AddReg=DMCAudio.AddReg
;; WinXP
[DMCAudio.XP.HW]
AddReg=DMCAudio.AddReg.NT.HW
[DMCAudio.XP]
Include=ks.inf,wdmaudio.inf,wdma_usb.inf
Needs=KS.Registration,WDMAUDIO.Registration,USBMic.NT
CopyFiles=DMCAudio.CopyList
AddReg=DMCAudio.AddReg
;
; Define registry entries.
;
[DMCAudio.AddReg.HW]
HKR,,"LowerFilters",%REG_MSZ%,"idmc1aud.sys"
[DMCAudio.Addreg.NT.HW]
HKR,,"LowerFilters",%REG_MSZ%,"idmc1aud"
[DMCAudio.Addreg.XP.HW]
HKR,,"LowerFilters",%REG_MSZ%,"idmc1aud"
[DMCAudio.AddReg]
HKR,,AssociatedFilters,,"wdmaud"
HKR,,Driver,,USBAUDIO.sys
HKR,,NTMPDriver,,"USBAUDIO.sys"
HKR,,CLSID,,%Proxy.CLSID%
HKR,Drivers,SubClasses,,"wave,mixer"
HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%USBGenericDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%USBGenericDesc%
HKCU,%MediaPrefered%,"Record",,%DMC1.DeviceDesc%
HKCU,%MediaPrefered%,"UserRecord",,%DMC1.DeviceDesc%
HKCU,%MediaPrefered%,"PreferredOnly",%REG_DWORD%,1
HKCU,%MediaPrefered%,"SetupPreferredAudioDevicesCount",%REG_DWORD%,0
;
; Define files to be copied.
;
[SourceDisksFiles]
idmc1aud.sys=1
[DMCAudio.CopyList]
idmc1aud.sys
[DMCAUDIO.CopyWin98]
usbaudio.sys,,,0x00000060
;
; Define driver interfaces.
;
[DMCAudio.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,"GLOBAL",DMCAudio.Interface
[DMCAudio.NT.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,"GLOBAL",DMCAudio.Interface
[DMCAudio.XP.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,"GLOBAL",DMCAudio.Interface
[DMCAudio.Interface]
AddReg=DMCAudio.Interface.Addreg
[DMCAudio.Interface.AddReg]
HKR,,CurveType,1,01,00,00,00
HKR,,FriendlyName,,%DMC1.DeviceDesc%
HKR,,CLSID,,%Proxy.CLSID%
;
; Define NT services.
;
[DMCAudio.NT.Services]
AddService = usbaudio,0x00000002,usbaudio_Service_Inst
AddService = idmc1aud,,filter_Service_Inst
[DMCAudio.XP.Services]
AddService = usbaudio,0x00000002,usbaudio_Service_Inst
AddService = idmc1aud,,filter_Service_Inst
[usbaudio_Service_Inst]
DisplayName = %USBAudio.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\usbaudio.sys
[filter_Service_Inst]
DisplayName = %filter.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\idmc1aud.sys
;============================================================================
[Strings]
; Non-localizable.
Intel="Intel"
USBGenericDesc="USB Audio Device"
USBAudio.SvcDesc="USB Audio Driver (WDM)"
MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
MediaPrefered="Software\Microsoft\Multimedia\Sound Mapper"
Proxy.CLSID = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
REG_MSZ=0x00010000
REG_DWORD=0x00010001
KSCATEGORY_AUDIO="{6994ad04-93ef-11d0-a3cc-00a0c9223196}"
; Localizable.
DiskName="Intel Play DMC Camera"
; This string is limited to 32 characters.
DMC1.DeviceDesc="Intel(r) Play(tm) DMC Audio"
filter.SvcDesc="Intel(r) Play(tm) USB Audio Filter (WDM)"
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.