VirtualBox

Changeset 89488 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 3, 2021 9:07:14 PM (4 years ago)
Author:
vboxsync
Message:

DrvHostAudioAlsa: Another attempt at fixing the pedantic gcc warning/error. bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostAudioAlsa.cpp

    r89487 r89488  
    511511    } u;
    512512    uint8_t       aidSrcChannels[PDMAUDIO_MAX_CHANNELS];
    513     unsigned int *aidDstChannels = &u.Map.pos[0];
     513    unsigned int *aidDstChannels = u.Map.pos;
    514514    unsigned int  cChannels      = u.Map.channels = PDMAudioPropsChannels(&pCfgReq->Props);
    515515    unsigned int  iDst           = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette