RipTide.inf Driver File Contents (camhsf2k.exe)

;/*
;******************************************************************
;******************************************************************
;******************************************************************
;***                    Copyright (c) 1998-1999                 ***
;***                     Conexant Systems Inc.                  ***
;***                 Personal Computing Division                ***
;***                     All Rights Reserved                    ***
;***                                                            ***
;***                 CONFIDENTIAL -- No Dissemination or        ***
;***              use without prior written permission.         ***
;***                                                            ***
;******************************************************************
;******************************************************************

;********************************************************************************************
;********************** P V C S  V e r s i o n  I n f o r m a t i o n ***********************
;********************************************************************************************
; $Header:   P:\d874\AMCHstDrv\archives\AMCHal\RipTide\Riptide.inv   1.3   08 Jul 1999 16:57:52   lix2  $
;********************************************************************************************
;********************************************************************************************

; 
; MODULE NAME:    riptide.inf
; 
; AUTHOR:         Duong D. Nguyen 
;
;
; HISTORY:     Major Revision                   Date       By
;              -----------------------------    --------   -----
;              Created for riptide hardware     7-9-1998   Andy RaffMan   
;              Modified for Rockwell Riptide    7-10-1998  Duong D. Nguyen
;              support Win98 & Mixer            10-10-1998 Shawn X. Li
;              
;
;  DESCRIPTION:
;
;              An INF file for Riptide WDM 98/NT5.0
;				
;        
;
;  NOTES:        None.
;******************************************************************
;******************************************************************
;****************************************************************** 

[Version]
;;CatalogFile=riptide.cat
Signature="$CHICAGO$"
ClassGuid={4D36E96C-E325-11CE-BFC1-08002BE10318}
Class=MEDIA
Provider=%CNXT%
LayoutFile = layout.inf, layout1.inf, layout2.inf 
DriverVer=08/20/1999,4.10.2072.0009

[Manufacturer]
%MfgName%=Conexant

[Conexant]
;;Multimedia Device
%*WDM_RIPTIDE.DeviceDesc%=WDM_RIPTIDE,PCI\VEN_127A&DEV_4310&SUBSYS_43101235&REV_00
;;Input Controller Device
%*WDM_RIPINP.DeviceDesc%=WDM_RIPINP,PCI\VEN_127A&DEV_4312&SUBSYS_43121235&REV_00

;*************************************
; Device installation sections
;*************************************
[WDM_RIPTIDE]
Include   = ks.inf, wdmaudio.inf 
Needs     = KS.Registration, WDMAUDIO.Registration 
CopyFiles = RIPTIDE.CopyFiles, RIPHAL.CopyFiles, UNINSTALL.CopyFiles
AddReg    = RIPTIDE.AddReg,UNINSTALL.AddReg

[WDM_RIPTIDE.NT]
Include   = ks.inf, wdmaudio.inf 
Needs     = KS.Registration, WDMAUDIO.Registration
CopyFiles = RIPTIDE.CopyFiles, RIPHAL.CopyFiles, UNINSTALL.CopyFiles
AddReg    = RIPTIDE.AddReg,UNINSTALL.AddReg

[WDM_RIPTIDE.NT.HW]
AddReg    = RIPHAL.AddReg

[WDM_RIPINP]
CopyFiles = RIPINP.CopyFiles
AddReg    = RIPINP.AddReg

[WDM_RIPINP.NT]
CopyFiles = RIPINP.CopyFiles
AddReg    = RIPINP.AddReg

;*************************************
; File copy sections
;*************************************
[RIPTIDE.CopyFiles]
riptide.hex
crtaud.sys

[UNINSTALL.CopyFiles]
RipunWdm.exe

;;[VWSTREAM.CopyFiles]
;;vwstream.vxd

;;[SWSTREAM.CopyFiles]
;;swstream.sys

[RIPINP.CopyFiles]
ripinp.sys

[RIPHAL.CopyFiles]
crthal.sys

[SourceDisksNames]
333 = %DiskId%

[SourceDisksFiles]
riptide.hex = 333
crtaud.sys = 333
crthal.sys = 333
ripinp.sys = 333
ripunwdm.exe = 333
;;swstream.sys = 333
;;vwstream.vxd = 333
;;;riptide.cat=0,,920

[DestinationDirs]
DefaultDestDir=12 ; DIRID_DRIVERS
RIPTIDE.CopyFiles = 10, system32\drivers   ; DIRID_DRIVERS
RIPINP.CopyFiles = 10, system32\drivers   ; DIRID_DRIVERS
RIPHAL.CopyFiles = 10, system32\drivers   ; DIRID_DRIVERS
UNINSTALL.CopyFiles = 11; system directory
;;SWSTREAM.CopyFiles = 10, system32\drivers   ; DIRID_DRIVERS
;;VWSTREAM.CopyFiles = 11

;*************************************
; AddReg section
;*************************************
[RIPTIDE.AddReg]
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,crtaud.sys
HKR,,NTMPDriver,,"crtaud.sys,crthal.sys,sbemul.sys"

HKR,Drivers,SubClasses,,"wave,midi,mixer"

HKR,Drivers\wave\wdmaud.drv,Description,,%*WDM_RIPTIDE.DeviceDesc%
HKR,Drivers\midi\wdmaud.drv,Description,,%WDM_MIDI%
HKR,Drivers\mixer\wdmaud.drv,Description,,%*WDM_RIPTIDE.DeviceDesc%

HKR,Drivers\wave\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\midi\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,,HwSupportOptions,0x00000001,00,00,00,00
HKR,,HwID,0x00000001,01,00,00,00
HKR,,3DStereoParam,0x00000001,00,03
HKR,,TopologyOptions,0x00000001,00,00,00,00

[RIPHAL.AddReg]
HKR,,"LowerFilters",0x00010000,"crthal"

[UNINSTALL.AddReg] ;for inf deinstaller -xz
HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Conexant PCI Audio", DisplayName,, "Conexant RipTide Audio (WDM)"
HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Conexant PCI Audio", UninstallString,, "Ripunwdm.exe"
;;Don't choose any of the following Device IDs for RIPTIDE
;;HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Conexant PCI Audio", DeviceID,, "VEN_127A&DEV_4320"
;;HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Conexant PCI Audio", DeviceID,, "VEN_127A&DEV_4330"
;;HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Conexant PCI Audio", DeviceID,, "VEN_127A&DEV_4310"

[RIPINP.AddReg]
HKR,,DevLoader,0,*ntkern
HKR,,NTMPDriver,,"ripinp.sys"

;*************************************
; Interface installation sections
;*************************************
[WDM_RIPTIDE.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,  %KSNAME_Wave%,    Riptide.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%, %KSNAME_Wave%,    Riptide.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,    Riptide.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,  %KSNAME_Topology%,Riptide.Interface.Topology
;;AddInterface=%KSCATEGORY_TOPOLOGY%,%KSNAME_Topology%,Riptide.Interface.Topology

[WDM_RIPTIDE.NT.Interfaces]
AddInterface=%KSCATEGORY_AUDIO%,  %KSNAME_Wave%,    Riptide.Interface.Wave
AddInterface=%KSCATEGORY_RENDER%, %KSNAME_Wave%,    Riptide.Interface.Wave
AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Wave%,    Riptide.Interface.Wave
AddInterface=%KSCATEGORY_AUDIO%,  %KSNAME_Topology%,Riptide.Interface.Topology
;;AddInterface=%KSCATEGORY_TOPOLOGY%,%KSNAME_Topology%,Riptide.Interface.Topology

[Riptide.Interface.Wave]
AddReg=Riptide.Interface.Wave.AddReg
[Riptide.Interface.Wave.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Riptide.Wave.szPname%

[Riptide.Interface.Topology]
AddReg=Riptide.Interface.Topo.AddReg
[Riptide.Interface.Topo.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%Riptide.Topology.szPname%
HKLM,%MediaCategories%\%KSAUDFNAME_RIPTIDE_20DB_GAIN%,Name,,%RIPTIDE_20DB_GAIN%
HKLM,%MediaCategories%\%KSPINNAME_RIPTIDE_VIDEO%,Name,,%RIPTIDE_VIDEO%
HKLM,%MediaCategories%\%KSPINNAME_RIPTIDE_SMIXER%,Name,,%RIPTIDE_SMIXER%
HKLM,%MediaCategories%\%KSPINNAME_RIPTIDE_MMIXER%,Name,,%RIPTIDE_MMIXER%
HKLM,%MediaCategories%\%KSAUDFNAME_BASS_BOOST%,Name,,%BASS_BOOST%
HKLM,%MediaCategories%\%KSAUDFNAME_STEREO_ENHANCE%,Name,,%STEREO_ENHANCE%
HKLM,%MediaCategories%\%KSPINNAME_RIPTIDE_SPKPHONE%,Name,,%RIPTIDE_SPKPHONE%
HKLM,%MediaCategories%\%KSPINNAME_RIPTIDE_PCMOUT%,Name,,%RIPTIDE_PCMOUT%
HKLM,%MediaCategories%\%KSPINNAME_RIPTIDE_WAVESTREAM%,Name,,%RIPTIDE_WAVESTREAM%
HKLM,%MediaCategories%\%KSPINNAME_RIPTIDE_FM%,Name,,%RIPTIDE_FM%
HKLM,%MediaCategories%\%KSPINNAME_RIPTIDE_MONOOUT%,Name,,%RIPTIDE_MONOOUT%
HKLM,%MediaCategories%\%KSPINNAME_RIPTIDE_HPOUT%,Name,,%RIPTIDE_HPOUT%
HKLM,%MediaCategories%\%KSPINNAME_RIPTIDE_PVR%,Name,,%RIPTIDE_PVR%

;;[WDM_RIPINP.Interfaces]
;;[WDM_RIPINP.NT.Interfaces]

;*************************************
; Service installation sections
;*************************************
[WDM_RIPTIDE.Services]
AddService = swmidi,  0x00000000, swmidi_Service_Inst
AddService = crtaud, 0x00000002, RIPAUD_Service_Inst
AddService = crthal, 0x00000000, crthal_Service_Inst_98
;;;AddService = SWSTREAM, 0x00000000, SWSTRM_Service_Inst_98

[WDM_RIPTIDE.NT.Services]
AddService = swmidi,  0x00000000, swmidi_Service_Inst
AddService = crtaud, 0x00000002, RIPAUD_Service_Inst
AddService = crthal, 0x00000000, crthal_Service_Inst

[WDM_RIPINP.Services]
AddService = ripinp, 0x00000002, ripinp_Service_Inst

[WDM_RIPINP.NT.Services]
AddService = ripinp, 0x00000002, ripinp_Service_Inst

[RIPAUD_Service_Inst]
DisplayName             = %RIPAUD.SvcDesc%
ServiceType             = 1                  ; SERVICE_KERNEL_DRIVER
StartType               = 3                  ; SERVICE_DEMAND_START
ErrorControl            = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary           = %10%\system32\drivers\crtaud.sys

[crthal_Service_Inst_98]
DisplayName             = %RIPHAL.SvcDesc%
ServiceType             = 1                  ; SERVICE_KERNEL_DRIVER
StartType               = 3                  ; SERVICE_DEMAND_START
ErrorControl            = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary           = %10%\system32\drivers\crthal.sys

[SWSTRM_Service_Inst_98]
DisplayName             = %SWSTRM.SvcDesc%
ServiceType             = 1                  ; SERVICE_KERNEL_DRIVER
StartType               = 3                  ; SERVICE_DEMAND_START
ErrorControl            = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary           = %10%\system32\drivers\SWSTREAM.sys


[crthal_Service_Inst]
DisplayName             = %RIPHAL.SvcDesc%
ServiceType             = 1                  ; SERVICE_KERNEL_DRIVER
StartType               = 3                  ; SERVICE_DEMAND_START
ErrorControl            = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary           = %10%\system32\drivers\crthal.sys
LoadOrderGroup = PnP Filter

[swmidi_Service_Inst]
DisplayName             = %swmidi.SvcDesc%
ServiceType             = 1                  ; SERVICE_KERNEL_DRIVER
StartType               = 3                  ; SERVICE_SYSTEM_START
ErrorControl            = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary           = %10%\system32\drivers\swmidi.sys

[ripinp_Service_Inst]
DisplayName             = %RIPINP.SvcDesc%
ServiceType             = 1                  ; SERVICE_KERNEL_DRIVER
StartType               = 3                  ; SERVICE_DEMAND_START
ErrorControl            = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary           = %10%\system32\drivers\RIPINP.sys

;*************************************
; Localizable text.
;*************************************
[Strings]
MSFT = "Microsoft"
CNXT = "Conexant"
MediaClassName = "Sound, video and game controllers"
MfgName = "Conexant Systems Inc"
DiskId = "Conexant Drivers Disk"
MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"

*WDM_RIPTIDE.DeviceDesc =    "Conexant Riptide PCI Audio Driver (WDM)"
*WDM_RIPINP.DeviceDesc =    "Conexant Riptide PCI Input Controller (WDM)"
WDM_MIDI = "WDM-based Device"

RIPAUD.SvcDesc = "Conexant PCI WDM Audio Driver"
RIPHAL.SvcDesc = "Conexant PCI AMC Service Provider -- RipTide"
SWSTRM.SvcDesc = "Software WaveStream Bridge Layer"
wdmaud.SvcDesc = "Microsoft WDM Virtual Wave Driver"
kmixer.SvcDesc = "Microsoft Kernel Wave Audio Mixer"
swmidi.SvcDesc = "Microsoft Software Synthesizer"
sysaudio.SvcDesc = "Microsoft System Audio Device"
RIPINP.SvcDesc = "Conexant Riptide WDM Input Controller Driver"

Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSCATEGORY_AUDIO="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
;;KSCATEGORY_TOPOLOGY="{DDA54A40-1E4C-11D1-A050-405705C10000}"
KSNAME_Wave="Wave"
KSNAME_UART="UART"
;;KSNAME_FMSynth="FMSynth"
KSNAME_Topology="Topology"
;;KSNAME_Wavetable="Wavetable"

WDM.UART.szPname="MPU-401"
;;WDM.FMSynth.szPname="FM Synthesizer"

Riptide.Wave.szPname="Conexant RipTide Audio"
Riptide.Topology.szPname="Conexant RipTide"

KSAUDFNAME_RIPTIDE_20DB_GAIN="{185FEF02-9905-11D1-95A9-00C04FB925D3}"
RIPTIDE_20DB_GAIN="Microphone Boost"
KSPINNAME_RIPTIDE_VIDEO="{AD019006-6DB0-11D1-95A6-00C04FB925D3}"
RIPTIDE_VIDEO="Video"
KSPINNAME_RIPTIDE_SMIXER="{AD01900B-6DB0-11D1-95A6-00C04FB925D3}"
RIPTIDE_SMIXER="Stereo Mixer"
KSPINNAME_RIPTIDE_MMIXER="{AD01900C-6DB0-11D1-95A6-00C04FB925D3}"
RIPTIDE_MMIXER="Mono Mixer"
KSAUDFNAME_BASS_BOOST="{185FEF03-9905-11D1-95A9-00C04FB925D3}"
BASS_BOOST="Bass Boost"
KSAUDFNAME_STEREO_ENHANCE="{185FEF04-9905-11D1-95A9-00C04FB925D3}"
STEREO_ENHANCE="3D Stereo Enhance"
KSPINNAME_RIPTIDE_SPKPHONE="{185FEF05-9905-11D1-95A9-00C04FB925D3}"
RIPTIDE_SPKPHONE="Speaker Phone"
KSPINNAME_RIPTIDE_PCMOUT="{185FEF06-9905-11D1-95A9-00C04FB925D3}"
RIPTIDE_PCMOUT="All Wave"
KSPINNAME_RIPTIDE_WAVESTREAM="{185FEF07-9905-11D1-95A9-00C04FB925D3}"
RIPTIDE_WAVESTREAM="WaveStream"
KSPINNAME_RIPTIDE_PVR="{185FEF08-9905-11D1-95A9-00C04FB925D3}"
RIPTIDE_PVR="Voice Recognition"
KSPINNAME_RIPTIDE_FM="{AD01900D-6DB0-11D1-95A6-00C04FB925D3}"
RIPTIDE_FM="FM"
KSPINNAME_RIPTIDE_MONOOUT="{AD01900A-6DB0-11D1-95A6-00C04FB925D3}"
RIPTIDE_MONOOUT="Mono Out"
KSPINNAME_RIPTIDE_HPOUT="{AD019009-6DB0-11D1-95A6-00C04FB925D3}"
RIPTIDE_HPOUT="Headphone"

Download Driver Pack

How To Update Drivers Manually

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.

server: web1, load: 0.84