VirtualBox

Changeset 65736 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Feb 10, 2017 4:09:39 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113451
Message:

DrvHostPulseAudio: LogRel unsupported audio formats.

File:
1 edited

Legend:

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

    r65694 r65736  
    263263
    264264        default:
    265             AssertMsgFailed(("Format %ld not supported\n", pulsefmt));
     265            AssertFailed();
     266            LogRel(("PulseAudio: Format (%ld) not supported\n", pulsefmt));
    266267            return VERR_NOT_SUPPORTED;
    267268    }
     
    521522                     pBufAttr->maxlength, pBufAttr->tlength, pBufAttr->prebuf, pBufAttr->minreq));
    522523
    523     }
    524     while (0);
     524    } while (0);
    525525
    526526    if (   RT_FAILURE(rc)
Note: See TracChangeset for help on using the changeset viewer.

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