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

Commit 35d476c0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5130ddb938659cb57ef2d144e047bf74ce79214b
parents 0144b4ff fd77f2df
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;
};