summaryrefslogtreecommitdiff
path: root/dxr3interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3interface.h')
-rw-r--r--dxr3interface.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/dxr3interface.h b/dxr3interface.h
index 6c592dd..cfd69ca 100644
--- a/dxr3interface.h
+++ b/dxr3interface.h
@@ -136,6 +136,13 @@ private:
void ResampleVolume(short* pcmbuf, int size);
void Resuscitation();
+ // access registers
+ long ReadRegister(int registernum);
+ void WriteRegister(int registernum, int val);
+
+ // maybe we should copy this routine into em8300 driver
+ void Dxr3CopyYUVData(int pos, int *dst, int length);
+
protected:
static cMutex* m_pMutex; ///< mutex for dxr3interface