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

Commit 673b2f10 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "audio: Fix comment on RecordTrackMetadata.tags"

parents 56ea2c54 0fa02f96
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;
};