- Timestamp:
- Feb 14, 2012 2:05:25 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76253
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchIntelHDA.cpp
r39368 r40112 883 883 uint32_t cmd; 884 884 uint64_t resp; 885 pfn = (PFNCODECVERBPROCESSOR)NULL; 885 886 corbRp++; 886 887 cmd = pState->pu32CorbBuf[corbRp]; … … 890 891 Assert(pfn); 891 892 (rirbWp)++; 892 rc = pfn(&pState->Codec, cmd, &resp); 893 894 if (RT_LIKELY(pfn)) 895 rc = pfn(&pState->Codec, cmd, &resp); 896 else 897 rc = VERR_INVALID_FUNCTION; 898 893 899 if (RT_FAILURE(rc)) 894 900 AssertRCReturn(rc, rc);
Note:
See TracChangeset
for help on using the changeset viewer.