policy_hal: remove KEYSTONE patch markers
remove KEYSTONE patch markers as it is only used to identify
temporary patches when integrating platform updates and once
the patches are reviewed and merged internally, the
markers are not supposed to be present in code.
Change-Id: Idea8d9e57e45dc0734bf1a88e0b92164ca8de86a
diff --git a/policy_hal/AudioPolicyManager.cpp b/policy_hal/AudioPolicyManager.cpp
index 15e9a8f..2f36958 100644
--- a/policy_hal/AudioPolicyManager.cpp
+++ b/policy_hal/AudioPolicyManager.cpp
@@ -447,7 +447,6 @@
if (followsSameRouting(attr, attributes_initializer(AUDIO_USAGE_MEDIA))) {
for (size_t i = 0; i < mOutputs.size(); i++) {
sp<SwAudioOutputDescriptor> newOutputDesc = mOutputs.valueAt(i);
- // KEYSTONE(I61de3f5a482a66e5bd52c3cc580751f53fe9c25c,b/142475179)
if (newOutputDesc->getFormat() == AUDIO_FORMAT_DSD)
return false;
}