From d7d258014e55bb1f1589564d12702ee815523854 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Tue, 22 Dec 2020 23:20:57 +0000 Subject: [PATCH] Audio: Fix automatic version replacement in IStreamOutEventCallback.hal The version update script created a typo in the doc string of IStreamOutEventCallback. Test: N/A Change-Id: I331a2781ecb212275d0f8acee33ff49d01714b53 --- audio/7.0/IStreamOutEventCallback.hal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/7.0/IStreamOutEventCallback.hal b/audio/7.0/IStreamOutEventCallback.hal index 52e65d3df9..4de767f737 100644 --- a/audio/7.0/IStreamOutEventCallback.hal +++ b/audio/7.0/IStreamOutEventCallback.hal @@ -42,7 +42,7 @@ interface IStreamOutEventCallback { * is TEST(metadata_tests, compatibility_R) [3]. The test for R compatibility for JNI * marshalling is android.media.cts.AudioMetadataTest#testCompatibilityR [4]. * - * R (audio HAL 7.0) defined keys are as follows [2]: + * R (audio HAL 6.0) defined keys are as follows [2]: * "bitrate", int32 * "channel-mask", int32 * "mime", string