summaryrefslogtreecommitdiff
path: root/dxr3interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3interface.c')
-rw-r--r--dxr3interface.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/dxr3interface.c b/dxr3interface.c
index aa2fd0e..339610b 100644
--- a/dxr3interface.c
+++ b/dxr3interface.c
@@ -48,19 +48,6 @@ cDxr3Interface::~cDxr3Interface()
}
// audio
-bool cDxr3Interface::IsOssAudio()
-{
- // try to open oss audio interface
- int handle = Dxr3Open(DEV_DXR3_OSS, O_RDWR | O_NONBLOCK, false);
-
- if (handle > -1) {
- close(handle);
- return true;
- }
-
- return false;
-}
-
int cDxr3Interface::OssSetPlayMode(uint32_t mode)
{
return ioctl(m_fdControl, EM8300_IOCTL_SET_AUDIOMODE, &mode);