[Fix]Instance volume handling through media player

Signed-off-by: Ashish <ashish.sawakar@huawei.com>
This commit is contained in:
Ashish
2022-07-11 21:22:59 +05:30
parent 9dd7daba58
commit 69b061fe2c
@@ -955,6 +955,7 @@ int32_t AudioServiceClient::CreateStream(AudioStreamParams audioParams, AudioStr
pa_threaded_mainloop_unlock(mainLoop);
error = ConnectStreamToPA();
streamInfoUpdated = false;
if (error < 0) {
AUDIO_ERR_LOG("Create Stream Failed");
ResetPAAudioClient();