Author: gadamopoulos
Date: Tue Oct 28 15:27:00 2014
New Revision: 65073

URL: http://svn.reactos.org/svn/reactos?rev=65073&view=rev
Log:
[STOBJECT]
- Disable querying if audio is muted or not for now.
- Hides an assert that happened in wdmaud.drv

Modified:
    branches/shell-experiments/dll/shellext/stobject/volume.cpp

Modified: branches/shell-experiments/dll/shellext/stobject/volume.cpp
URL: 
http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/shellext/stobject/volume.cpp?rev=65073&r1=65072&r2=65073&view=diff
==============================================================================
--- branches/shell-experiments/dll/shellext/stobject/volume.cpp [iso-8859-1] 
(original)
+++ branches/shell-experiments/dll/shellext/stobject/volume.cpp [iso-8859-1] 
Tue Oct 28 15:27:00 2014
@@ -114,6 +114,7 @@
 
 HRESULT Volume_IsMute()
 {
+#if 0
     MIXERCONTROLDETAILS mixerControlDetails;
 
     if (g_mixerId != (UINT)-1 && g_muteControlID != (DWORD)-1)
@@ -132,7 +133,7 @@
 
         g_IsMute = detailsResult != 0;
     }
-
+#endif
     return S_OK;
 }
 


Reply via email to