commit | 8273c44f244c9f5c6fb51415529f2df02cdc78c0 | [log] [tgz] |
---|---|---|
author | Arman Uguray <armansito@google.com> | Fri May 29 16:09:45 2015 -0700 |
committer | Arman Uguray <armansito@google.com> | Fri May 29 16:12:31 2015 -0700 |
tree | fef03d141ad93ad58187f1bd0dad5d8fbc7b26d1 | |
parent | 5055b77075693d88304f14bfa842ddf98547f971 [diff] |
system/audio.h: Make function inline This patch makes the audio_device_address_to_parameter inline. All of the other helpers defined in this header are inline functions except for this one and this causes compile failures when -Werror=unused-function is used. BUG=21339022 Change-Id: I7db58bf7bed3b89b6752ec2cd2c1f358ba2a4d89