Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f317240c authored by Scott Randolph's avatar Scott Randolph
Browse files

Trivial comment fix

Added missing letter in a word in a comment

Test: NA
Change-Id: Ica94700c0d42b0f0703d3d6c4867679b313eaf18
parent 4ca35070
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2906,7 +2906,7 @@ status_t AudioPolicyManager::createAudioPatch(const struct audio_patch *patch,
                sinkDeviceDesc->toAudioPortConfig(&newPatch.sinks[i], &patch->sinks[i]);

                // create a software bridge in PatchPanel if:
                // - source and sink devices are on differnt HW modules OR
                // - source and sink devices are on different HW modules OR
                // - audio HAL version is < 3.0
                if (!srcDeviceDesc->hasSameHwModuleAs(sinkDeviceDesc) ||
                        (srcDeviceDesc->mModule->getHalVersionMajor() < 3)) {