temp reverting the call to display plugin

This commit is contained in:
amerhifi 2019-10-29 07:16:58 -07:00
parent 2bc8c66b96
commit 37ba50992c

View file

@ -101,7 +101,7 @@ static QString getHmdAudioDeviceName(QAudio::Mode mode) {
QList<HifiAudioDeviceInfo> getAvailableDevices(QAudio::Mode mode) {
//get hmd device name prior to locking device mutex. in case of shutdown, this thread will be locked and audio client
//cannot properly shut down.
QString hmdDeviceName = getHmdAudioDeviceName(mode);
QString hmdDeviceName = QString(); //getHmdAudioDeviceName(mode);
QString defDeviceName = defaultAudioDeviceName(mode);
// NOTE: availableDevices() clobbers the Qt internal device list