summaryrefslogtreecommitdiff
path: root/dxr3device.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3device.c')
-rw-r--r--dxr3device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3device.c b/dxr3device.c
index edfbc9d..be84138 100644
--- a/dxr3device.c
+++ b/dxr3device.c
@@ -190,7 +190,7 @@ void cDxr3Device::Freeze()
// ==================================
void cDxr3Device::Mute()
{
- m_DemuxDevice.SetTrickMode(DXR3_FAST);
+ audioOut->mute();
cDevice::Mute();
}