commit | bdf1416c29231aab5d838f1cf16f92aea1a76830 | [log] [tgz] |
---|---|---|
author | Ravi Kumar Alamanda <ralama@codeaurora.org> | Fri Sep 05 16:14:17 2014 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Sep 18 15:56:42 2014 -0700 |
tree | 5767b35595173b189cb804ea03c533e266493352 | |
parent | c3bc08123eb81e0ec34661fa329bdf05195e61f0 [diff] [blame] |
hal: fix unused param warnings Fix unused param warnings. Take care of coding style issues. Remove unwanted code to set acdb_settings. Fix compilation issues on 8960 platform. Change-Id: Ifc72472b487abee83ff85e21fd324cee938973e9
diff --git a/hal/audio_hw.h b/hal/audio_hw.h index 44caed4..bdb9aae 100644 --- a/hal/audio_hw.h +++ b/hal/audio_hw.h
@@ -151,7 +151,7 @@ struct stream_app_type_cfg { int sample_rate; - int bit_width; + uint32_t bit_width; int app_type; };