VirtualBox

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


Ignore:
Timestamp:
Oct 19, 2021 1:39:25 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147637
Message:

Audio/ALSA: Temporary instrumentation build for investigating munmap_chunk() / double free or corruption issues. ​bugref:10008

File:
1 edited

Legend:

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

    r91835 r91841  
    133133
    134134    int rc;
     135    LogRel(("ALSA: Calling snd_pcm_close() ...\n"));
    135136    int rc2 = snd_pcm_close(*phPCM);
     137    LogRel(("ALSA: Calling snd_pcm_close() done\n"));
    136138    if (rc2 == 0)
    137139    {
     
    694696             PDMAudioPropsChannels(&pCfgAcq->Props), enmAlsaFmt));
    695697
     698#if 0
    696699    /*
    697700     * Channel config (not fatal).
     
    703706            LogRel2(("ALSA: snd_pcm_set_chmap failed: %s (%d)\n", snd_strerror(err), err));
    704707    }
     708#else
     709    LogRel(("ALSA: Skipping setting channel map ...\n"));
     710#endif
    705711
    706712    return 0;
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