Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion session/src/SessionAlsaPcm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading