mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[STOBJECT]
- Disable querying if audio is muted or not for now. - Hides an assert that happened in wdmaud.drv svn path=/branches/shell-experiments/; revision=65073
This commit is contained in:
parent
5273a84a3f
commit
180b6fb083
1 changed files with 2 additions and 1 deletions
|
@ -114,6 +114,7 @@ static HRESULT __stdcall Volume_FindMixerControl(CSysTray * pSysTray)
|
|||
|
||||
HRESULT Volume_IsMute()
|
||||
{
|
||||
#if 0
|
||||
MIXERCONTROLDETAILS mixerControlDetails;
|
||||
|
||||
if (g_mixerId != (UINT)-1 && g_muteControlID != (DWORD)-1)
|
||||
|
@ -132,7 +133,7 @@ HRESULT Volume_IsMute()
|
|||
|
||||
g_IsMute = detailsResult != 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue