From 37ba50992cd7c6f7d770489088c9d3e183160be5 Mon Sep 17 00:00:00 2001 From: amerhifi Date: Tue, 29 Oct 2019 07:16:58 -0700 Subject: [PATCH] temp reverting the call to display plugin --- libraries/audio-client/src/AudioClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/audio-client/src/AudioClient.cpp b/libraries/audio-client/src/AudioClient.cpp index fe4fab8415..7534f8166d 100644 --- a/libraries/audio-client/src/AudioClient.cpp +++ b/libraries/audio-client/src/AudioClient.cpp @@ -101,7 +101,7 @@ static QString getHmdAudioDeviceName(QAudio::Mode mode) { QList 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