- Timestamp:
- Oct 19, 2021 8:04:23 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp
r91828 r91835 833 833 /** @todo r=bird: It's not like we can do much with a bad status... Check 834 834 * what the caller does... */ 835 return drvHstAudAlsaStreamClose(&pStreamALSA->hPCM); 835 int rc = drvHstAudAlsaStreamClose(&pStreamALSA->hPCM); 836 837 LogRelFlowFunc(("returns %Rrc (state %s)\n", rc, snd_pcm_state_name(snd_pcm_state(pStreamALSA->hPCM)))); 838 839 return rc; 836 840 } 837 841
Note:
See TracChangeset
for help on using the changeset viewer.

