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

Commit 2f2d43ca authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Mark 'session' field in audio HAL AIDL as unused." am: 166ddba4

parents 8048f8bb 166ddba4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -23,8 +23,9 @@ import android.media.audio.common.AudioProfile;
import android.media.audio.common.ExtraAudioDescriptor;

/**
 * Audio port structure describes the capabilities of an audio port
 * as well as its current configuration.
 * Audio port structure describes the capabilities of an audio port.
 * This is a "blueprint" which contains all the possible configurations
 * that are supported by the port.
 *
 * {@hide}
 */
+4 −1
Original line number Diff line number Diff line
@@ -34,6 +34,9 @@ union AudioPortExt {
    AudioPortDeviceExt device;
    /** Information specific to mix ports. */
    AudioPortMixExt mix;
    /** Audio session identifier. */
    /**
     * NOT USED. Framework audio session identifier.
     * Use android.media.AudioPortExtSys.session on the system side.
     */
    int session;
}