Changeset 88849 in vbox
- Timestamp:
- May 3, 2021 7:50:41 PM (4 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHda.cpp
r88693 r88849 5402 5402 /* .uReserved0 = */ 0, 5403 5403 /* .szName = */ "hda", 5404 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE, 5404 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE 5405 | PDM_DEVREG_FLAGS_FIRST_POWEROFF_NOTIFICATION /* stream clearnup with working drivers */, 5405 5406 /* .fClass = */ PDM_DEVREG_CLASS_AUDIO, 5406 5407 /* .cMaxInstances = */ 1, -
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r88692 r88849 4517 4517 /* .uReserved0 = */ 0, 4518 4518 /* .szName = */ "ichac97", 4519 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE, 4519 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE 4520 | PDM_DEVREG_FLAGS_FIRST_POWEROFF_NOTIFICATION /* stream clearnup with working drivers */, 4520 4521 /* .fClass = */ PDM_DEVREG_CLASS_AUDIO, 4521 4522 /* .cMaxInstances = */ 1, -
trunk/src/VBox/Devices/Audio/DevSB16.cpp
r88807 r88849 3362 3362 /* .uReserved0 = */ 0, 3363 3363 /* .szName = */ "sb16", 3364 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_NEW_STYLE, 3364 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_NEW_STYLE 3365 | PDM_DEVREG_FLAGS_FIRST_POWEROFF_NOTIFICATION /* stream clearnup with working drivers */, 3365 3366 /* .fClass = */ PDM_DEVREG_CLASS_AUDIO, 3366 3367 /* .cMaxInstances = */ 1,
Note:
See TracChangeset
for help on using the changeset viewer.