Changeset 89488 in vbox for trunk/src/VBox
- Timestamp:
- Jun 3, 2021 9:07:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp
r89487 r89488 511 511 } u; 512 512 uint8_t aidSrcChannels[PDMAUDIO_MAX_CHANNELS]; 513 unsigned int *aidDstChannels = &u.Map.pos[0];513 unsigned int *aidDstChannels = u.Map.pos; 514 514 unsigned int cChannels = u.Map.channels = PDMAudioPropsChannels(&pCfgReq->Props); 515 515 unsigned int iDst = 0;
Note:
See TracChangeset
for help on using the changeset viewer.