commit | d26dc50abbad068cd1a673f204fa538c1c61bdb2 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Nov 29 14:07:27 2016 -0800 |
committer | Steven Moreland <smoreland@google.com> | Tue Nov 29 14:22:10 2016 -0800 |
tree | c006b438bb938bedb0235a25e848f437cae2ee2a | |
parent | f81ef54bdc010ee35d7926a45fe039059193a346 [diff] [blame] |
Always specify underlying enum type. Bug: 33197891 Test: compiles Change-Id: I3d4822ea9a665708302d3bd1460425fddf1dcda9
diff --git a/audio/2.0/IPrimaryDevice.hal b/audio/2.0/IPrimaryDevice.hal index 6beddfe..f1dd56e 100644 --- a/audio/2.0/IPrimaryDevice.hal +++ b/audio/2.0/IPrimaryDevice.hal
@@ -76,7 +76,7 @@ */ setBtScoWidebandEnabled(bool enabled) generates (Result retval); - enum TtyMode { + enum TtyMode : int32_t { OFF, VCO, HCO,