Merge "Convert mask types from uint32_t to enum type" am: d140a24c72

Original change: https://android-review.googlesource.com/c/platform/frameworks/wilhelm/+/1510590

Change-Id: I1c05e70cd5207ad554eca2b45a494302e94d6845
diff --git a/src/android/channels.cpp b/src/android/channels.cpp
index 6f0434f..f0eeb7c 100644
--- a/src/android/channels.cpp
+++ b/src/android/channels.cpp
@@ -192,7 +192,7 @@
         SL_LOGE("Unrecognized channel representation %#x", rep);
     }
 
-    uint32_t result = audio_channel_mask_from_representation_and_bits(
+    audio_channel_mask_t result = audio_channel_mask_from_representation_and_bits(
             rep,
             bitsOut);