VirtualBox

Changeset 73565 in vbox


Ignore:
Timestamp:
Aug 8, 2018 2:05:48 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124202
Message:

Audio/HDA: Also (verbose) log the LUN# of the changed recording source.

File:
1 edited

Legend:

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

    r73529 r73565  
    24562456                        rc = AudioMixerSinkSetRecordingSource(pMixSink, pMixStrm);
    24572457                        LogFlowFunc(("LUN#%RU8: Recording source is now '%s', rc=%Rrc\n", pDrv->uLUN, pStreamCfg->szName, rc));
    2458                         LogRel2(("HDA: Set recording source to '%s'\n", pStreamCfg->szName));
     2458                        LogRel2(("HDA: Set recording source to '%s' (LUN#%RU8)\n", pStreamCfg->szName, pDrv->uLUN));
    24592459                    }
    24602460                    else 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