commit | ba9fcfa29e5d379525c87e60a292d0595b7b6d91 | [log] [tgz] |
---|---|---|
author | Manish Dewangan <manish@codeaurora.org> | Thu Mar 24 16:20:06 2016 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu May 26 04:43:41 2016 -0700 |
tree | b3f6ceccbad7dc57e3f75c9bd0f0ba76134caaf5 | |
parent | f6482a582f3fc0adc6c0888abd9a4f1e924d1faa [diff] [blame] |
hal: changes to support 24 bit record -Changes to support 24 bit record if input format request is AUDIO_FORMAT_PCM_8_24_BIT or AUDIO_FORMAT_PCM_24_BIT_PACKED Change-Id: I68076524ccccbf9f0be3c88bb01180ae7e4fd8b1
diff --git a/hal/audio_hw.h b/hal/audio_hw.h index a1d69a6..31184d5 100644 --- a/hal/audio_hw.h +++ b/hal/audio_hw.h
@@ -247,7 +247,8 @@ audio_input_flags_t flags; bool is_st_session; bool is_st_session_active; - + int sample_rate; + int bit_width; struct audio_device *dev; };