commit | a745aeb821d606335f3ebdaacacd749fc629bbbc | [log] [tgz] |
---|---|---|
author | Iliyan Malchev <malchev@google.com> | Mon Jun 11 10:21:20 2012 -0700 |
committer | Iliyan Malchev <malchev@google.com> | Mon Jun 11 14:18:45 2012 -0700 |
tree | abc25f27987ec13ca01af1c7f5afcf813f64d652 | |
parent | 497de83856385f86dce2776c37ce937f5974f0a3 [diff] |
remove an anonymous typedef Change-Id: I49eab23cde88e8640c188626d9413269c6eef88f Signed-off-by: Iliyan Malchev <malchev@google.com>
diff --git a/include/system/audio.h b/include/system/audio.h index 3807317..3076914 100644 --- a/include/system/audio.h +++ b/include/system/audio.h
@@ -152,7 +152,7 @@ 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,