Searched refs:CGMLDspCommObject (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCGMLDspCommObject.h3 // CGMLDspCommObject.H
33 class CGMLDspCommObject : public CDspCommObject class in inherits:CDspCommObject
36 CGMLDspCommObject( PDWORD pdwRegBase, PCOsSupport pOsSupport ) function in class:CGMLDspCommObject
41 virtual ~CGMLDspCommObject() {}
90 }; // class CGMLDspCommObject
H A DCMonaDspCommObject.h33 #include "CGMLDspCommObject.h"
35 class CMonaDspCommObject : public CGMLDspCommObject
71 using CGMLDspCommObject::LoadASIC;
H A DCGina24DspCommObject.h33 #include "CGMLDspCommObject.h"
35 class CGina24DspCommObject : public CGMLDspCommObject
69 using CGMLDspCommObject::LoadASIC;
H A DCLayla24DspCommObject.h33 #include "CGMLDspCommObject.h"
35 class CLayla24DspCommObject : public CGMLDspCommObject
85 using CGMLDspCommObject::LoadASIC;
H A DCGMLDspCommObject.cpp3 // CGMLDspCommObject.cpp
31 #include "CGMLDspCommObject.h"
39 void CGMLDspCommObject::SetProfessionalSpdif
113 ECHO_DEBUGPRINTF( ("CGMLDspCommObject::SetProfessionalSpdif to %s\n",
116 } // void CGMLDspCommObject::SetProfessionalSpdif( ... )
129 void CGMLDspCommObject::SetSpdifOutNonAudio(BOOL bNonAudio)
160 ECHOSTATUS CGMLDspCommObject::WriteControlReg
166 ECHO_DEBUGPRINTF(("CGMLDspCommObject::WriteControlReg 0x%lx\n",dwControlReg));
170 ECHO_DEBUGPRINTF(("CGMLDspCommObject::WriteControlReg - ASIC not loaded\n"));
177 ECHO_DEBUGPRINTF(("CGMLDspCommObject
[all...]
H A DCLayla24DspCommObject.cpp61 ) : CGMLDspCommObject( pdwRegBase, pOsSupport )
392 return CGMLDspCommObject::SetDigitalMode(byNewMode);
H A DCGina24DspCommObject.cpp56 ) : CGMLDspCommObject( pdwRegBase, pOsSupport )
H A DCMonaDspCommObject.cpp60 ) : CGMLDspCommObject( pdwRegBase, pOsSupport )
567 return CGMLDspCommObject::SetDigitalMode(byNewMode);

Completed in 45 milliseconds