VirtualBox

Changeset 92030 in vbox


Ignore:
Timestamp:
Oct 25, 2021 1:09:15 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Reverted temporary commits r147824, r147661 + r147637 again. ​bugref:10008

Location:
trunk/src/VBox
Files:
2 edited

Legend:

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

    r92016 r92030  
    133133
    134134    int rc;
    135     LogRel(("ALSA: Calling snd_pcm_close() ...\n"));
    136135    int rc2 = snd_pcm_close(*phPCM);
    137     LogRel(("ALSA: Calling snd_pcm_close() done\n"));
    138136    if (rc2 == 0)
    139137    {
     
    696694             PDMAudioPropsChannels(&pCfgAcq->Props), enmAlsaFmt));
    697695
    698 #if 0
    699696    /*
    700697     * Channel config (not fatal).
     
    706703            LogRel2(("ALSA: snd_pcm_set_chmap failed: %s (%d)\n", snd_strerror(err), err));
    707704    }
    708 #else
    709     LogRel(("ALSA: Skipping setting channel map ...\n"));
    710 #endif
    711705
    712706    return 0;
  • trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp

    r91940 r92030  
    697697        if (RT_SUCCESS(rc))
    698698        {
    699             RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Skipping draining stream!\n");
    700             //rc = AudioTestMixStreamDrain(&pStream->Mix, true /*fSync*/);
     699            RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Draining stream ...\n");
     700            rc = AudioTestMixStreamDrain(&pStream->Mix, true /*fSync*/);
    701701        }
    702702    }
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