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

Commit a745aeb8 authored by Iliyan Malchev's avatar Iliyan Malchev
Browse files

remove an anonymous typedef



Change-Id: I49eab23cde88e8640c188626d9413269c6eef88f
Signed-off-by: default avatarIliyan Malchev <malchev@google.com>
parent 497de838
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ typedef enum {
                                        AUDIO_FORMAT_PCM_SUB_8_24_BIT),
} audio_format_t;

typedef enum {
enum {
    /* output channels */
    AUDIO_CHANNEL_OUT_FRONT_LEFT            = 0x1,
    AUDIO_CHANNEL_OUT_FRONT_RIGHT           = 0x2,