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

Commit b69f96aa authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

Spatialization modes: fix constant typos

Spatializers don't make for good Spatialiazaters.

Bug: 210803914
Test: compile w/ frameworks/base patch
Change-Id: I829fc92b7e7a928b1ff04b16eb333c6bfbeed798
parent 4de601f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ package android.media;
@Backing(type="byte")
enum SpatializationMode {
    /** The spatializer supports binaural mode (over headphones type devices). */
    SPATIALIZATER_BINAURAL = 0,
    SPATIALIZER_BINAURAL = 0,
    /** The spatializer supports transaural mode (over speaker type devices). */
    SPATIALIZATER_TRANSAURAL = 1,
    SPATIALIZER_TRANSAURAL = 1,
}