- Timestamp:
- Aug 4, 2016 11:06:32 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHdaCodec.cpp
r62672 r62976 1552 1552 break; 1553 1553 default: 1554 AssertMsgFailedReturn(("Invalid mixer control % ld\n", enmMixerCtl), VERR_INVALID_PARAMETER);1554 AssertMsgFailedReturn(("Invalid mixer control %d\n", enmMixerCtl), VERR_INVALID_PARAMETER); 1555 1555 break; 1556 1556 } … … 3031 3031 } 3032 3032 default: 3033 AssertMsgFailed(("Mixer control % ld not implemented\n", enmMixerCtl));3033 AssertMsgFailed(("Mixer control %d not implemented\n", enmMixerCtl)); 3034 3034 rc = VERR_NOT_IMPLEMENTED; 3035 3035 break;
Note:
See TracChangeset
for help on using the changeset viewer.