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

Commit a3928c18 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: I2a142bb31db5e437369b68d39950a55c7851fdd2
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 543dba8a 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 {