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

Commit 82041c69 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "audio: Fix comment on RecordTrackMetadata.tags" am: 673b2f10

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1626961

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0ca1499290e36c464f17bd979ddc51433c968170
parents 2cc5c067 673b2f10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ struct RecordTrackMetadata {
        DeviceAddress device;
    } destination;
    AudioChannelMask channelMask;
    /** Tags from AudioTrack audio atttributes */
    /** Tags from AudioRecord audio atttributes */
    vec<AudioTag> tags;
};