diff --git a/session/src/SessionAlsaPcm.cpp b/session/src/SessionAlsaPcm.cpp index 687954e6..0b9062ce 100644 --- a/session/src/SessionAlsaPcm.cpp +++ b/session/src/SessionAlsaPcm.cpp @@ -3044,7 +3044,7 @@ int SessionAlsaPcm::setParameters(Stream *streamHandle, int tagId, uint32_t para goto exit; } if (sAttr.direction == PAL_AUDIO_OUTPUT && - (sAttr.type == PAL_STREAM_DEEP_BUFFER || PAL_STREAM_PCM_OFFLOAD)) { + (sAttr.type == PAL_STREAM_DEEP_BUFFER || sAttr.type == PAL_STREAM_PCM_OFFLOAD)) { status = SessionAlsaUtils::getModuleInstanceId(mixer, device, rxAifBackEnds[0].second.data(), tagId, &miid); PAL_DBG(LOG_TAG, "Gainlog - Get MIID status - %d", status);