Changeset 59174 in vbox for trunk/src/VBox/Devices/Audio/DevIchHda.cpp
- Timestamp:
- Dec 17, 2015 12:08:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r59172 r59174 4106 4106 LogFunc(("Resetting ...\n")); 4107 4107 4108 /* Stop any audio currently playing. */ 4108 /* 4109 * Stop any audio currently playing and/or recording. 4110 */ 4109 4111 PHDADRIVER pDrv; 4110 4112 RTListForEach(&pThis->lstDrv, pDrv, HDADRIVER, Node) … … 4156 4158 4157 4159 if (pStrmSt) 4160 { 4161 /* Remove the RUN bit from SDnCTL in case the stream was in a running state before. */ 4162 HDA_STREAM_REG(pThis, CTL, u8Strm) &= ~HDA_REG_FIELD_FLAG_MASK(SDCTL, RUN); 4163 4158 4164 hdaStreamReset(pThis, pStrmSt, u8Strm); 4165 } 4159 4166 } 4160 4167
Note:
See TracChangeset
for help on using the changeset viewer.