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

Commit ebd07bca authored by Mikhail Naganov's avatar Mikhail Naganov Committed by Gerrit Code Review
Browse files

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

parents 8b70a6bf b156c6e3
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 {