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

Commit 4965ef5e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "audio: Clarify comments on AudioPortMixExt fields" am: 58e6e6d4 am:...

Merge "audio: Clarify comments on AudioPortMixExt fields" am: 58e6e6d4 am: cc304e90 am: 94cbc819

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2191216



Change-Id: Ib131279e67ebeab34c75ce223d30163a99a68554
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 895b372f 94cbc819
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,12 +32,12 @@ parcelable AudioPortMixExt {
    AudioPortMixExtUseCase usecase;
    /**
     * Maximum number of input or output streams that can be simultaneously
     * opened for this port.
     * opened for this port. '0' means 'unlimited'.
     */
    int maxOpenStreamCount;
    /**
     * Maximum number of input or output streams that can be simultaneously
     * active for this port.
     * active for this port. '0' means 'all opened streams'.
     */
    int maxActiveStreamCount;
    /** Mute duration while changing device, when used for output. */