Changeset 65741 in vbox
- Timestamp:
- Feb 10, 2017 4:19:13 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113456
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r65677 r65741 3615 3615 if (RT_SUCCESS(rc2)) 3616 3616 pDrvStream->pMixStrm = pMixStrm; 3617 3618 /* If creating a stream fails, be forgiving and continue -- don't pass rc2 to rc here. */ 3617 3619 } 3618 3619 if (RT_SUCCESS(rc))3620 rc = rc2;3621 3620 3622 3621 if (pStreamCfg) -
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r65677 r65741 1519 1519 if (RT_SUCCESS(rc2)) 1520 1520 pDrvStream->pMixStrm = pMixStrm; 1521 } 1522 1523 if (RT_SUCCESS(rc)) 1524 rc = rc2; 1521 1522 /* If creating a stream fails, be forgiving and continue -- don't pass rc2 to rc here. */ 1523 } 1525 1524 1526 1525 if (pStreamCfg)
Note:
See TracChangeset
for help on using the changeset viewer.