summaryrefslogtreecommitdiffstats
path: root/modules/audio/audio_hw.c
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-07-15 11:10:38 -0700
committerGlenn Kasten <gkasten@google.com>2014-07-16 12:29:35 -0700
commit7d973adff4c9b344b530dd7c585f789d02c605da (patch)
tree64eedd5cdd6fdd1cbc3de93277ac392c6b3ba563 /modules/audio/audio_hw.c
parenta02bc9d4c3f17bdcb28d78aea36fa208032e0437 (diff)
downloadhardware_libhardware-7d973adff4c9b344b530dd7c585f789d02c605da.zip
hardware_libhardware-7d973adff4c9b344b530dd7c585f789d02c605da.tar.gz
hardware_libhardware-7d973adff4c9b344b530dd7c585f789d02c605da.tar.bz2
Add audio_input_flags_t to HAL open_input_stream
Change-Id: I3519bfa45809e064d19473ebe6489c5249d306a8
Diffstat (limited to 'modules/audio/audio_hw.c')
-rw-r--r--modules/audio/audio_hw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/audio/audio_hw.c b/modules/audio/audio_hw.c
index 2f44d95..ef070c1 100644
--- a/modules/audio/audio_hw.c
+++ b/modules/audio/audio_hw.c
@@ -327,7 +327,8 @@ static int adev_open_input_stream(struct audio_hw_device *dev,
audio_io_handle_t handle,
audio_devices_t devices,
struct audio_config *config,
- struct audio_stream_in **stream_in)
+ struct audio_stream_in **stream_in,
+ audio_input_flags_t flags __unused)
{
struct stub_audio_device *ladev = (struct stub_audio_device *)dev;
struct stub_stream_in *in;