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

Commit 9e29086d authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Fix build

Change-Id: I0f83f4d1df85f4b3c59cfff54b8c78ea4aefbd1d
parent ff0cf1a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1308,8 +1308,8 @@ public class AudioRecord
    /**
     * Specifies an audio device (via an {@link AudioDeviceInfo} object) to route
     * the input to this AudioRecord.
     * @param deviceSpec The {@link AudioDeviceInfo} specifying the audio source.
     *  If deviceSpec is null, default routing is restored.
     * @param deviceInfo The {@link AudioDeviceInfo} specifying the audio source.
     *  If deviceInfo is null, default routing is restored.
     * @return true if successful, false if the specified {@link AudioDeviceInfo} is non-null and
     * does not correspond to a valid audio input device.
     */
+2 −2
Original line number Diff line number Diff line
@@ -2092,8 +2092,8 @@ public class AudioTrack
    /**
     * Specifies an audio device (via an {@link AudioDeviceInfo} object) to route
     * the output from this AudioTrack.
     * @param deviceSpec The {@link AudioDeviceInfo} specifying the audio sink.
     *  If deviceSpec is null, default routing is restored.
     * @param deviceInfo The {@link AudioDeviceInfo} specifying the audio sink.
     *  If deviceInfo is null, default routing is restored.
     * @return true if succesful, false if the specified {@link AudioDeviceInfo} is non-null and
     * does not correspond to a valid audio output device.
     */