From 0fa02f96bd3b9dd374c913fc9702cfe218e6b4ba Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Wed, 10 Mar 2021 22:36:15 +0000 Subject: [PATCH] audio: Fix comment on RecordTrackMetadata.tags Audio tags on record tracks metadata come from audio attributes of Java AudioRecord, not from AudioTrack. Test: N/A Change-Id: I27dc088ae89ba046f72bd2a22c553bcf7714dd07 --- audio/common/7.0/types.hal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/common/7.0/types.hal b/audio/common/7.0/types.hal index bea07059fc..4f920e47cc 100644 --- a/audio/common/7.0/types.hal +++ b/audio/common/7.0/types.hal @@ -344,7 +344,7 @@ struct RecordTrackMetadata { DeviceAddress device; } destination; AudioChannelMask channelMask; - /** Tags from AudioTrack audio atttributes */ + /** Tags from AudioRecord audio atttributes */ vec tags; };