VirtualBox

Ignore:
Timestamp:
Nov 11, 2021 9:29:32 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148198
Message:

Audio/Validation Kit: Added the host audio driver logging group to VKAT's log group settings as well -- good to have this in there for selftests and debugging. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp

    r92169 r92347  
    14691469                case 1:
    14701470                    rc = RTLogGroupSettings(g_pRelLogger,
    1471                                             "drv_audio.e.l+audio_mixer.e.l+audio_test.e.l");
     1471                                            "drv_audio.e.l+drv_host_audio.e.l+"
     1472                                            "audio_mixer.e.l+audio_test.e.l");
    14721473                    break;
    14731474
    14741475                case 2:
    14751476                    rc = RTLogGroupSettings(g_pRelLogger,
    1476                                             "drv_audio.e.l.l2+audio_mixer.e.l.l2+audio_test.e.l.l2");
     1477                                            "drv_audio.e.l.l2+drv_host_audio.e.l.l2+"
     1478                                            "audio_mixer.e.l.l2+audio_test.e.l.l2");
    14771479                    break;
    14781480
    14791481                case 3:
    14801482                    rc = RTLogGroupSettings(g_pRelLogger,
    1481                                             "drv_audio.e.l.l2.l3+audio_mixer.e.l.l2.l3+audio_test.e.l.l2.l3");
     1483                                            "drv_audio.e.l.l2.l3+drv_host_audio.e.l.l2.l3+"
     1484                                            "audio_mixer.e.l.l2.l3+audio_test.e.l.l2.l3");
    14821485                    break;
    14831486
     
    14861489                default:
    14871490                    rc = RTLogGroupSettings(g_pRelLogger,
    1488                                             "drv_audio.e.l.l2.l3.l4.f+audio_mixer.e.l.l2.l3.l4.f+audio_test.e.l.l2.l3.l4.f");
     1491                                            "drv_audio.e.l.l2.l3.l4.f+drv_host_audio.e.l.l2.l3.l4.f+"
     1492                                            "audio_mixer.e.l.l2.l3.l4.f+audio_test.e.l.l2.l3.l4.f");
    14891493                    break;
    14901494            }
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