Merge "audio: Fix comment on RecordTrackMetadata.tags"

This commit is contained in:
Treehugger Robot
2021-03-11 07:55:00 +00:00
committed by Gerrit Code Review

View File

@@ -344,7 +344,7 @@ struct RecordTrackMetadata {
DeviceAddress device;
} destination;
AudioChannelMask channelMask;
/** Tags from AudioTrack audio atttributes */
/** Tags from AudioRecord audio atttributes */
vec<AudioTag> tags;
};