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

Commit 550f5a50 authored by Mikhail Naganov's avatar Mikhail Naganov Committed by Automerger Merge Worker
Browse files

Merge "AudioService: Align 'makeAlsaAddressString' with the rest" am:...

Merge "AudioService: Align 'makeAlsaAddressString' with the rest" am: ebd07bca am: 5dfed9aa am: 04ca42b9 am: 847e7c90

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



Change-Id: I65350bb9d0c2bc03381a2cb4243850febfc50e00
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 312ecf2d 847e7c90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -929,7 +929,7 @@ public class AudioService extends IAudioService.Stub
    // Defines the format for the connection "address" for ALSA devices
    public static String makeAlsaAddressString(int card, int device) {
        return "card=" + card + ";device=" + device + ";";
        return "card=" + card + ";device=" + device;
    }
    public static final class Lifecycle extends SystemService {