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

Commit 5dfed9aa authored by Mikhail Naganov's avatar Mikhail Naganov Committed by Automerger Merge Worker
Browse files

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

parents 78522e89 ebd07bca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -896,7 +896,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 {