VirtualBox

Changeset 65661 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 7, 2017 1:55:24 PM (8 years ago)
Author:
vboxsync
Message:

gcc 7: DrvHostPulseAudio: fall thru

File:
1 edited

Legend:

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

    r65624 r65661  
    204204            if (!pProps->fSigned)
    205205                return PA_SAMPLE_U8;
     206            break;
    206207
    207208        case 16:
    208209            if (pProps->fSigned)
    209210                return PA_SAMPLE_S16LE;
     211            break;
    210212
    211213#ifdef PA_SAMPLE_S32LE
     
    213215            if (pProps->fSigned)
    214216                return PA_SAMPLE_S32LE;
     217            break;
    215218#endif
     219
    216220        default:
    217221            break;
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