- Timestamp:
- Dec 10, 2014 12:26:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevSB16.cpp
r53442 r53495 2053 2053 } 2054 2054 2055 #ifdef VBOX_WITH_PDM_AUDIO_DRIVER 2055 2056 legacy_reset(s); 2056 2057 2057 #ifdef VBOX_WITH_PDM_AUDIO_DRIVER2058 2058 if (!s->pDrv->pfnIsOutputOK(s->pDrv,s->pGstStrmOut)) 2059 2059 { … … 2070 2070 #else 2071 2071 AUD_register_card("sb16", &s->card); 2072 legacy_reset(s); 2072 2073 2073 2074 if (!AUD_is_host_voice_out_ok(s->voice))
Note:
See TracChangeset
for help on using the changeset viewer.