remove an anonymous typedef
Change-Id: I49eab23cde88e8640c188626d9413269c6eef88f Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
parent
497de83856
commit
a745aeb821
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue