commit | 3ce53590f7b4ce6eba59a8f1949584cbd6fe410c | [log] [tgz] |
---|---|---|
author | Kevin Rocard <krocard@google.com> | Fri Feb 23 15:14:50 2018 -0800 |
committer | Kevin Rocard <krocard@google.com> | Thu Mar 01 22:21:32 2018 -0800 |
tree | 41a13d648d2444e1c35dbb8fe369939ce9d76cfc | |
parent | 7c9123d1bc697dc0496374908281b7a76914574a [diff] |
Audio V4: *CNT and *MAX are no longer part of the enum audio.h used to have *_CNT and *_MAX values in its enum mostly for enum iteration. This was not compatible with Treble as it denied any enum inheritance. *_CNT and *_MAX are now implemented with macro that can be updated and are not part of the API. Bug: 38184704 Test: Compile Change-Id: I3921fdf3435ba114ca77a4595ba8fc97a5e0438d Signed-off-by: Kevin Rocard <krocard@google.com>